sforkowany z mirror/soapbox
Correct unauthorized modal styling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>actually-fix-tabs-bar
rodzic
edab70e2ea
commit
539416f4a1
|
@ -771,7 +771,7 @@
|
|||
&__text {
|
||||
display: block;
|
||||
margin-bottom: 18px;
|
||||
color: #fff;
|
||||
color: var(--primary-text-color);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -781,19 +781,13 @@
|
|||
}
|
||||
|
||||
&__footer {
|
||||
display: flex;
|
||||
border-top: 1px solid #666;
|
||||
padding: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
color: var(--primary-text-color--faint);
|
||||
|
||||
> span {
|
||||
font-size: 14px;
|
||||
color: var(--primary-text-color--faint);
|
||||
|
||||
a {
|
||||
color: var(--brand-color) !important;
|
||||
}
|
||||
a {
|
||||
color: var(--brand-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue