Correct unauthorized modal styling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
edab70e2ea
commit
539416f4a1
1 changed files with 5 additions and 11 deletions
|
@ -771,7 +771,7 @@
|
||||||
&__text {
|
&__text {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
color: #fff;
|
color: var(--primary-text-color);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -781,19 +781,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer {
|
&__footer {
|
||||||
display: flex;
|
|
||||||
border-top: 1px solid #666;
|
border-top: 1px solid #666;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
justify-content: center;
|
font-size: 14px;
|
||||||
align-items: center;
|
color: var(--primary-text-color--faint);
|
||||||
|
|
||||||
> span {
|
a {
|
||||||
font-size: 14px;
|
color: var(--brand-color) !important;
|
||||||
color: var(--primary-text-color--faint);
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--brand-color) !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue