bugfix: fixing polls scss name

This commit is contained in:
Benoit Alessandroni 2020-09-29 21:23:26 +02:00
parent 5d0d53f948
commit 062581ad24
2 changed files with 23 additions and 5 deletions

View File

@ -1 +1 @@
@import '_polls.scss'; @import 'polls.scss';

View File

@ -12,7 +12,7 @@ solid-poll > div {
margin: auto; margin: auto;
.headline { .headline {
h2 { h2 {
margin: 0 40px; margin: 0 20px;
font-family: "RefrigeratorDelxW01Bold"; font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem; font-size: 2.4rem;
line-height: 3.8rem; line-height: 3.8rem;
@ -373,9 +373,9 @@ solid-poll > div {
background-color: #f0f3f6;; background-color: #f0f3f6;;
} }
#circles-add-survey, #default-add-survey { #circles-add-survey, #default-add-survey {
background-color: white; background-color: white;
padding: 50px 0; padding: 50px 0;
margin: -20px auto; margin: -20px auto;
h2 { h2 {
font-family: "RefrigeratorDelxW01Bold"; font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem; font-size: 3.2rem;
@ -505,6 +505,24 @@ solid-poll > div {
text-transform: uppercase; text-transform: uppercase;
} }
} }
.poll-footer {
.back-to-list {
background-color: #3A3A3A;
padding: 5px 25px;
font-size: 1.4rem;
margin-left: 10%;
border-radius: 15px;
color: white;
&::before {
font-family: "Material Design Icons";
font-weight: 400;
font-size: 20px;
vertical-align: middle;
color: white;
content: "\F04D";
}
}
}
} }
} }