Travis GCC option + UI enhancements
This commit is contained in:
@@ -110,6 +110,15 @@ .modal-content {
|
||||
|
||||
.card-header {
|
||||
background-color: $turquoise;
|
||||
|
||||
&.is-warning {
|
||||
background-color: $orange;
|
||||
}
|
||||
|
||||
&.is-danger {
|
||||
background-color: $red;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.card-header-title {
|
||||
@@ -121,4 +130,8 @@ .card-header-title {
|
||||
|
||||
.modal-content .card-footer-item {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.modal-content .card-footer-item.featured {
|
||||
animation: flash 4s ease 0 infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user