update: fixing some polls css
This commit is contained in:
parent
9f6213a295
commit
f255843818
@ -12,27 +12,25 @@ solid-poll > div {
|
||||
margin: auto;
|
||||
.headline {
|
||||
h2 {
|
||||
margin: 0 20px;
|
||||
font-family: "RefrigeratorDelxW01Bold";
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.8rem;
|
||||
color: var(--color-primary);
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.add-poll {
|
||||
solid-link {
|
||||
float: right;
|
||||
margin-top: 10px;
|
||||
display: initial;
|
||||
margin-right: 75px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
solid-link {
|
||||
display:flex;
|
||||
justify-content: end;
|
||||
margin-top: 30px;
|
||||
margin-right: 70px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
.add-poll {
|
||||
background-color: var(--color-add-button-background);
|
||||
color: var(--color-add-button);
|
||||
box-shadow: 0px 0px 4px 1px #CACACA;
|
||||
height: 2rem;
|
||||
font-size: 1.4rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
padding: 0.55rem 2.5rem;
|
||||
width: max-content;
|
||||
line-height: 20px;
|
||||
&::before {
|
||||
font-family: "material-design-icons";
|
||||
@ -52,8 +50,7 @@ solid-poll > div {
|
||||
display: block;
|
||||
border-bottom: solid 1px #cacaca;
|
||||
height: 90px;
|
||||
width: 650px;
|
||||
margin: 16px 25px 25px;
|
||||
margin: 40px 25px 25px;
|
||||
max-width: 85%;
|
||||
solid-form-placeholder-text {
|
||||
margin-left: 15px;
|
||||
|
@ -20,7 +20,7 @@
|
||||
color: var(--color-primary);
|
||||
}
|
||||
.red-button {
|
||||
background-color: var(--color-secondary);
|
||||
background-color: var(--color-add-button-background);
|
||||
}
|
||||
.black-button {
|
||||
background-color: var(--highlight-font-color);
|
||||
|
Loading…
Reference in New Issue
Block a user