Use buttons more consistently
This commit is contained in:
@ -1,15 +1,11 @@
|
||||
.color-picker-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.verte__guide {
|
||||
border-radius: 100%;
|
||||
border: 1px solid $grey-light;
|
||||
box-shadow: $card-shadow;
|
||||
}
|
||||
|
||||
a.reset {
|
||||
font-size: .9em;
|
||||
padding-left: .5rem;
|
||||
}
|
||||
}
|
@ -15,7 +15,7 @@
|
||||
border-radius: $radius;
|
||||
box-shadow: $card-shadow;
|
||||
|
||||
a {
|
||||
a:not(.button) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 .5rem;
|
||||
@ -49,11 +49,11 @@
|
||||
width: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&.button {
|
||||
margin: 1rem;
|
||||
width: calc(100% - 2rem);
|
||||
}
|
||||
}
|
||||
|
||||
a.button {
|
||||
margin: 1rem;
|
||||
width: calc(100% - 2rem);
|
||||
}
|
||||
|
||||
.flatpickr-calendar {
|
||||
|
Reference in New Issue
Block a user