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