funky-framadate-front/src/app/shared/components/choice-item/choice-button.component.scss

13 lines
184 B
SCSS

.choice-button {
padding: 1.5em;
border-radius: 10em;
border: solid 3px #ccc;
height: 5em;
width: 5em;
display: inline-block;
&:focus,
&:active {
border-color: #6c99ff;
}
}