Toolkit: Update bbcode link, icon styles

This commit is contained in:
asonix 2021-02-08 22:35:21 -06:00
parent 640419cc84
commit 67aee2603c
1 changed files with 11 additions and 4 deletions

View File

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