move css up a level to alert class
This commit is contained in:
parent
241b56bb3f
commit
3d41fbf80c
1 changed files with 1 additions and 4 deletions
|
|
@ -158,6 +158,7 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.alert {
|
||||
border-color: transparent;
|
||||
button {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -176,7 +177,6 @@ export default {
|
|||
}
|
||||
&.alert-info {
|
||||
background-color: $blue-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $blue-700;
|
||||
}
|
||||
|
|
@ -188,7 +188,6 @@ export default {
|
|||
}
|
||||
&.alert-danger {
|
||||
background-color: $red-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $red-600;
|
||||
}
|
||||
|
|
@ -200,7 +199,6 @@ export default {
|
|||
}
|
||||
&.alert-warning {
|
||||
background-color: $yellow-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $yellow-600;
|
||||
}
|
||||
|
|
@ -212,7 +210,6 @@ export default {
|
|||
}
|
||||
&.alert-success {
|
||||
background-color: $green-100;
|
||||
border-color: transparent;
|
||||
.alert-heading {
|
||||
color: $green-700;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue