feat[alert]: Fixed alert css
This commit is contained in:
parent
317f064ac2
commit
79ebcd77bf
@ -78,20 +78,13 @@ border: none !important;
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
alert {
|
.alert {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0rem 1rem;
|
padding: 0rem 1rem;
|
||||||
margin-bottom: 1rem;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.alert-warning {
|
|
||||||
border-style: solid;
|
|
||||||
border-color: #ed6a5a;
|
border-color: #ed6a5a;
|
||||||
border-width: 0 0 0 4px;
|
margin-bottom: 1rem;
|
||||||
padding-left: 1rem
|
border-left: 5px solid #ed6a5a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-heading {
|
.alert-heading {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
@ -103,6 +96,7 @@ weight: bold;
|
|||||||
#mode-selector {
|
#mode-selector {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding: 0.125em 0.25em;
|
||||||
border: 3px solid transparent;
|
border: 3px solid transparent;
|
||||||
}
|
}
|
||||||
#mode-selector button {
|
#mode-selector button {
|
||||||
|
Loading…
Reference in New Issue
Block a user