fixed dialog was aplying text-transform to all buttons

This commit is contained in:
Joan Sanchez 2019-01-23 14:53:13 +01:00
parent 5bf430400d
commit b466886adc
1 changed files with 6 additions and 6 deletions

View File

@ -33,17 +33,12 @@
display: block;
width: 20em;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
& > button.close {
@extend %clickable;
text-transform: uppercase;
background-color: transparent;
border: none;
border-radius: .1em;
}
& > button.close {
position: absolute;
top: 0;
right: 0;
@ -62,6 +57,11 @@
input[type="button"],
input[type="submit"],
input[type="reset"] {
@extend %clickable;
text-transform: uppercase;
background-color: transparent;
border: none;
border-radius: .1em;
color: $main-01;
font-family: vn-font-bold;
padding: .7em;