finish register special
This commit is contained in:
21
resources/sass/components/alert_box.scss
vendored
Normal file
21
resources/sass/components/alert_box.scss
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.alert-box {
|
||||
border: 1px solid $medium;
|
||||
color: $medium;
|
||||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
@extend .alert-box;
|
||||
border-color: $success;
|
||||
background-color: $success;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
@extend .alert-box;
|
||||
border-color: $error;
|
||||
background-color: $error;
|
||||
color: $white;
|
||||
}
|
||||
Reference in New Issue
Block a user