Toolkit: Update bbcode link, icon styles

This commit is contained in:
asonix 2021-02-08 22:35:21 -06:00
parent 640419cc84
commit 67aee2603c

View file

@ -106,23 +106,23 @@ $dark-primary-hover: #d72d66;
.toolkit-bbcode a { .toolkit-bbcode a {
&, &,
&:active { &:active {
color: $primary; color: $dark;
} }
&:hover, &:hover,
&:focus { &:focus {
color: $primary-hover; color: $dark-hover;
} }
} }
.toolkit-dark .toolkit-bbcode a { .toolkit-dark .toolkit-bbcode a {
&, &,
&:active { &:active {
color: $dark-primary; color: $dark-text;
} }
&:hover, &:hover,
&:focus { &:focus {
color: $dark-primary-hover; color: $dark-text-hover;
} }
} }
.toolkit-bbcode { .toolkit-bbcode {
@ -130,6 +130,13 @@ $dark-primary-hover: #d72d66;
margin: 0; margin: 0;
} }
.icontext img,
.icon img {
max-height: 48px;
max-width: 48px;
display: inline-block;
}
.center { .center {
text-align: center; text-align: center;
} }