web/satellite/vuetify-poc: update alert styling
The custom styling for the VAlert component as of storj/vuetify-storj@71c509a has been pulled into the Vuetify project. References #6170 Change-Id: Ia36fd936ddc33c7687bcf7b2cdd6f789d0bc0a92
This commit is contained in:
parent
dbc7443c9d
commit
03b45162d9
@ -297,3 +297,18 @@ table {
|
||||
border-radius: 2px;
|
||||
min-height: 5px;
|
||||
}
|
||||
|
||||
// Alerts
|
||||
.v-alert-title {
|
||||
font-weight: bold !important;
|
||||
letter-spacing: 0 !important;
|
||||
}
|
||||
.v-alert__prepend {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.v-alert__append, .v-alert__close {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.v-alert__close .v-btn {
|
||||
color: rgb(var(--v-theme-on-surface)) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user