Pēteris Caune
3 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
2 changed files with
3 additions and
3 deletions
-
static/css/bootstrap-colors.css
-
static/css/profile.css
|
|
@ -26,7 +26,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.panel-info { |
|
|
|
border-color: var(--alert-info-border); |
|
|
|
border-color: var(--state-info-border); |
|
|
|
} |
|
|
|
|
|
|
|
.alert-success { |
|
|
|
|
|
@ -8,8 +8,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.panel-info .panel-footer { |
|
|
|
background: var(--alert-info-bg); |
|
|
|
color: var(--alert-info-color); |
|
|
|
background: var(--state-info-bg); |
|
|
|
color: var(--state-info-color); |
|
|
|
font-size: small; |
|
|
|
text-align: center; |
|
|
|
border-top: 0; |
|
|
|