Small font-awesome fixes, add localstorage warning

This commit is contained in:
Sam Chow 2018-07-19 10:59:57 -04:00
parent a5dc885fc6
commit e70f0fff7c
5 changed files with 23 additions and 3 deletions

View file

@ -36,3 +36,17 @@
font-family: Font Awesome\ 5 Free;
font-weight: 900;
}
.quay-config-app .co-alert.co-alert-danger::after {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
/* Font Awesome 5's icons are slightly bigger, so we have to adjust this one because it is inside another icon */
font-size: 12px;
top: 18px;
left: 20.75px;
}
.quay-config-app .co-modify-link::after {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
}