sforkowany z mirror/soapbox
Merge branch 'styles-unauthorized' into 'develop'
Correct unauthorized modal styling See merge request soapbox-pub/soapbox-fe!573actually-fix-tabs-bar
commit
c24c97a320
|
@ -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,21 +781,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer {
|
&__footer {
|
||||||
display: flex;
|
|
||||||
border-top: 1px solid #666;
|
border-top: 1px solid #666;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
> span {
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
color: var(--primary-text-color--faint);
|
color: var(--primary-text-color--faint);
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--brand-color) !important;
|
color: var(--brand-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 895px) {
|
@media screen and (max-width: 895px) {
|
||||||
height: 270px !important;
|
height: 270px !important;
|
||||||
|
|
Ładowanie…
Reference in New Issue