Push legislation comments style fixes
This commit is contained in:
@@ -310,6 +310,7 @@ $epigraph-font-size: rem-calc(15);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quiz-next-link {
|
.quiz-next-link {
|
||||||
|
display: block;
|
||||||
|
|
||||||
&:hover, &:active {
|
&:hover, &:active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -484,15 +485,12 @@ $epigraph-font-size: rem-calc(15);
|
|||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-left: 0.75rem;
|
margin-left: 0.25rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
color: $text-medium;
|
color: $text-medium;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
line-height: 2.35rem;
|
||||||
@include breakpoint(medium) {
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-box {
|
.select-box {
|
||||||
@@ -547,17 +545,14 @@ $epigraph-font-size: rem-calc(15);
|
|||||||
// Panel calcs for desktop
|
// Panel calcs for desktop
|
||||||
@media screen and (min-width: 40em) {
|
@media screen and (min-width: 40em) {
|
||||||
.calc-index {
|
.calc-index {
|
||||||
transition: all 0.25s;
|
|
||||||
width: calc(35% - 25px);
|
width: calc(35% - 25px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-text {
|
.calc-text {
|
||||||
transition: all 0.25s;
|
|
||||||
width: calc(65% - 25px)
|
width: calc(65% - 25px)
|
||||||
}
|
}
|
||||||
|
|
||||||
.calc-comments {
|
.calc-comments {
|
||||||
transition: all 0.25s;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #F2F2F2;
|
background: #F2F2F2;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user