We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f63fa commit 5b62932Copy full SHA for 5b62932
assets/scss/_styles_project.scss
@@ -8,7 +8,7 @@ assets/scss/_styles_project.scss
8
9
.alert {
10
font-weight: $font-weight-bold;
11
- background: $white;
+ /*background: $white;*/
12
color: inherit;
13
border-radius: 5px;
14
margin: 0;
@@ -28,18 +28,21 @@ assets/scss/_styles_project.scss
28
border-color: $value;
29
border-width: 0.5px 0.5px 0.5px 5px;
30
31
+ box-shadow: 0 0.2rem 0.5rem #0003,0 0 0.05rem #0000001a;
32
}
33
34
35
36
.alert-heading {
37
border-radius: 0 5px 0 0;
38
+ font-weight: 600;
39
+ font-size: large;
40
41
42
.alert-body {
43
44
padding: 15px;
- font-weight: 400;
45
46
47
48
0 commit comments