PLT-5703 Update license expiry timing and text (#5602)
* Update license expiry timing and text * Updating error bar (#5632)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
3f070fe4b8
Коммит
f8aaf312c1
@@ -11,6 +11,9 @@
|
||||
z-index: 9999;
|
||||
|
||||
a {
|
||||
color: $white !important;
|
||||
text-decoration: underline;
|
||||
|
||||
&.error-bar__close {
|
||||
color: $white;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
@@ -30,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.error-bar-developer {
|
||||
.error-bar-critical {
|
||||
background-color: #B0171F;
|
||||
color: white;
|
||||
padding: 5px 30px;
|
||||
@@ -59,3 +62,33 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.error-bar-developer {
|
||||
background-color: purple;
|
||||
color: white;
|
||||
padding: 5px 30px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
|
||||
a {
|
||||
&.error-bar__close {
|
||||
color: $white;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
padding: 0 10px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-decoration: none;
|
||||
top: 0;
|
||||
|
||||
&:hover {
|
||||
color: $white;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user