mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 22:02:57 +00:00
Make question text left-padded, position icon correctly
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 2em;
|
left: 3.5vh;
|
||||||
top: 0;
|
top: 0;
|
||||||
transform: translate(-50%, 0);
|
|
||||||
width: 3.5vh;
|
width: 3.5vh;
|
||||||
height: 3.5vh;
|
height: 3.5vh;
|
||||||
border: .15em solid rgba(255, 255, 255, 0.75);
|
border: .15em solid rgba(255, 255, 255, 0.75);
|
||||||
@@ -18,5 +18,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-rotated {
|
.icon-rotated {
|
||||||
transform: translate(-50%, 0) rotate(-135deg);
|
transform: rotate(-135deg);
|
||||||
}
|
}
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0.5em;
|
left: 0.5em;
|
||||||
transform: translate(0%, -50%);
|
transform: translate(0%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user