[fix] vote choice : minor css fixes

This commit is contained in:
22px 2019-10-24 20:16:14 +02:00
parent 36ed7dd4cb
commit 28b3334d3e
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}
}