implement style

This commit is contained in:
Bruno Windels 2019-04-15 17:11:26 +02:00
parent 1d0c402093
commit c1ff5f2fba
2 changed files with 82 additions and 28 deletions

View file

@ -37,6 +37,12 @@ limitations under the License.
.mx_AccessibleButton_kind_primary {
color: $button-primary-fg-color;
background-color: $button-primary-bg-color;
font-weight: 600;
}
.mx_AccessibleButton_kind_secondary {
color: $accent-color;
font-weight: 600;
}
.mx_AccessibleButton_kind_primary.mx_AccessibleButton_disabled {