Browse Source

Fix renaming mistake

pull/537/head
Pēteris Caune 3 years ago
parent
commit
c75d17618c
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      static/css/bootstrap-colors.css
  2. +2
    -2
      static/css/profile.css

+ 1
- 1
static/css/bootstrap-colors.css View File

@ -26,7 +26,7 @@
}
.panel-info {
border-color: var(--alert-info-border);
border-color: var(--state-info-border);
}
.alert-success {


+ 2
- 2
static/css/profile.css View File

@ -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;


Loading…
Cancel
Save