Welcome to mirror list, hosted at ThFree Co, Russian Federation.

button.scss_6fa2be902ef8caa56cd91727d4d085e0.content « shortcodes « sass « scss « assets « _gen « resources « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 735f34bab4c56ba3e5db1d778166f83331f8dd0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
button.btn {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  button.btn.info {
    color: white;
    background-color: #007bff;
    border-color: #007bff; }
    button.btn.info a {
      color: white; }
  button.btn.success {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
    button.btn.success a {
      color: white; }
  button.btn.warning {
    color: black;
    background-color: #ffc107;
    border-color: #ffc107; }
    button.btn.warning a {
      color: black; }
  button.btn.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
    button.btn.danger a {
      color: white; }