mirror of
https://github.com/SomboChea/ui
synced 2026-01-22 11:06:09 +07:00
initial commit
This commit is contained in:
16
src/pages/home/home.scss
Normal file
16
src/pages/home/home.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@import '../../styles/variables';
|
||||
|
||||
.alertError {
|
||||
background-color: $red !important;
|
||||
min-width: inherit !important;
|
||||
}
|
||||
|
||||
.alertErrorMsg {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.alertIcon {
|
||||
opacity: 0.9;
|
||||
margin-right: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user