Add affirmative and destructive secondary button variants

This commit is contained in:
Evan Hahn 2021-04-06 17:14:18 -05:00 committed by Josh Perez
parent 0555ef0a1e
commit 95482fbf31
6 changed files with 72 additions and 136 deletions

View file

@ -3970,43 +3970,12 @@ button.module-conversation-details__action-button {
flex-direction: row;
justify-content: center;
&__button {
border: none;
border-radius: 4px;
.module-Button {
min-width: 80px;
height: 36px;
padding: 0 14px;
text-align: center;
&:focus {
outline: none;
@include keyboard-mode {
box-shadow: 0px 0px 0px 2px $ultramarine-ui-light;
}
}
@include font-body-1-bold;
@include light-theme {
background-color: $color-gray-05;
}
@include dark-theme {
background-color: $color-gray-75;
}
&:not(:last-of-type) {
margin-right: 8px;
}
&--deny {
color: $color-accent-red;
}
&--accept {
color: $color-accent-blue;
}
}
}
}