make sure that poll text is actually smaller

staging
multiple creatures 2019-03-10 13:21:51 -05:00
parent 2f136e9889
commit 366676a69f
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.poll {
margin-top: 16px;
font-size: 14px;
font-size: 12px;
li {
margin-bottom: 10px;
@ -129,7 +129,7 @@
height: 36px;
padding: 0 16px;
margin-right: 10px;
font-size: 14px;
font-size: 12px;
}
}
@ -154,7 +154,7 @@
}
.button.button-secondary {
font-size: 14px;
font-size: 12px;
font-weight: 400;
padding: 6px 10px;
height: auto;
@ -178,7 +178,7 @@
select {
appearance: none;
box-sizing: border-box;
font-size: 14px;
font-size: 12px;
color: $inverted-text-color;
display: inline-block;
width: auto;

View File

@ -1,6 +1,6 @@
.poll {
margin-top: 16px;
font-size: 14px;
font-size: 12px;
li {
margin-bottom: 10px;
@ -129,7 +129,7 @@
height: 36px;
padding: 0 16px;
margin-right: 10px;
font-size: 14px;
font-size: 12px;
}
}
@ -153,7 +153,7 @@
}
.button.button-secondary {
font-size: 14px;
font-size: 12px;
font-weight: 400;
padding: 6px 10px;
height: auto;
@ -177,7 +177,7 @@
select {
appearance: none;
box-sizing: border-box;
font-size: 14px;
font-size: 12px;
color: $inverted-text-color;
display: inline-block;
width: auto;