mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
[fix] vote choice : minor css fixes
This commit is contained in:
parent
36ed7dd4cb
commit
28b3334d3e
@ -107,6 +107,7 @@ $breakpoint-responsive : 640px; // à définir
|
||||
justify-content: center;
|
||||
margin: $btn-margin-y $btn-margin-x;
|
||||
border: .1rem solid $primary_color;
|
||||
background-color: transparent;
|
||||
border-radius: 50%;
|
||||
|
||||
@media (min-width: $breakpoint-responsive) {
|
||||
@ -154,6 +155,7 @@ $breakpoint-responsive : 640px; // à définir
|
||||
border: 0;
|
||||
padding: 0;
|
||||
line-height: normal;
|
||||
background-color: transparent;
|
||||
@media (min-width: $breakpoint-responsive) {
|
||||
padding: 1.5rem;
|
||||
&:focus,
|
||||
@ -240,8 +242,8 @@ $breakpoint-responsive : 640px; // à définir
|
||||
padding-left: 3rem;
|
||||
}
|
||||
ul {
|
||||
max-height: 15rem;
|
||||
overflow: scroll;
|
||||
max-height: 11rem;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user