bugfix: fixing polls scss name
This commit is contained in:
parent
5d0d53f948
commit
062581ad24
@ -1 +1 @@
|
|||||||
@import '_polls.scss';
|
@import 'polls.scss';
|
@ -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;
|
||||||
@ -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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user