Correct unauthorized modal styling

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-07-02 19:09:22 +02:00
parent edab70e2ea
commit 539416f4a1

View file

@ -771,7 +771,7 @@
&__text {
display: block;
margin-bottom: 18px;
color: #fff;
color: var(--primary-text-color);
font-size: 14px;
}
@ -781,13 +781,8 @@
}
&__footer {
display: flex;
border-top: 1px solid #666;
padding: 10px;
justify-content: center;
align-items: center;
> span {
font-size: 14px;
color: var(--primary-text-color--faint);
@ -795,7 +790,6 @@
color: var(--brand-color) !important;
}
}
}
@media screen and (max-width: 895px) {
height: 270px !important;