Skip to content

Commit 5b62932

Browse files
committed
improved admonitions styling
1 parent a8f63fa commit 5b62932

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/scss/_styles_project.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assets/scss/_styles_project.scss
88

99
.alert {
1010
font-weight: $font-weight-bold;
11-
background: $white;
11+
/*background: $white;*/
1212
color: inherit;
1313
border-radius: 5px;
1414
margin: 0;
@@ -28,18 +28,21 @@ assets/scss/_styles_project.scss
2828
border-color: $value;
2929
border-width: 0.5px 0.5px 0.5px 5px;
3030
border-radius: 5px;
31+
box-shadow: 0 0.2rem 0.5rem #0003,0 0 0.05rem #0000001a;
3132
}
3233
}
3334
}
3435

3536
.alert-heading {
3637
border-radius: 0 5px 0 0;
38+
font-weight: 600;
39+
font-size: large;
3740
}
3841

3942
.alert-body {
40-
background: $white;
43+
/*background: $white;*/
4144
padding: 15px;
42-
font-weight: 400;
45+
font-weight: 600;
4346
border-radius: 5px;
4447
}
4548

0 commit comments

Comments
 (0)