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

alert.scss_f300667da4f5b5f84e1a9e0702b2fdde.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: 8b2a934fc2cb251ec045488902c4ea07a225de75 (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
35
36
37
38
39
40
41
42
43
div.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  div.alert a {
    color: inherit !important; }
  div.alert.primary {
    color: white;
    background-color: #007bff;
    border-color: #007bff; }
  div.alert.info {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  div.alert.success {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
  div.alert.warning {
    color: black;
    background-color: #ffc107;
    border-color: #ffc107; }
  div.alert.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  div.alert.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  div.alert.secondary {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  div.alert.light {
    color: black;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  div.alert.dark {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }