border radius buttons
This commit is contained in:
@@ -36,10 +36,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.stripe-btn {
|
||||
.yellow-btn {
|
||||
background: @yellow;
|
||||
color: black;
|
||||
border-radius: 2px;
|
||||
border-width: 0;
|
||||
|
||||
&:active, &:focus, &:hover {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user