border radius buttons

This commit is contained in:
ntr
2019-09-13 13:23:06 +10:00
parent ae5f51f9c8
commit 1fc23f424f
5 changed files with 14 additions and 13 deletions
+1 -2
View File
@@ -36,10 +36,9 @@
}
}
.stripe-btn {
.yellow-btn {
background: @yellow;
color: black;
border-radius: 2px;
border-width: 0;
&:active, &:focus, &:hover {
+3 -1
View File
@@ -105,11 +105,11 @@ button, input {
height: auto;
border-width: 2px;
border-color: @gray-exists;
border-radius: 0;
letter-spacing: 0.25em;
box-sizing: border-box;
font-size: 100%;
flex: 1;
border-radius: 0.5em;
/*the transitions */
transition-property: border-color, color, background;
@@ -241,6 +241,8 @@ header {
button {
height: 2em;
// border-radius: 0.1em;
border-radius: 0;
}
}