Commit 3a09a2e4 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1825256: Adjust the export page radio button layout



So the text aligns better with radio button and that discription is
paired better with radio button

behatnotneeded

Change-Id: I9aa7a170814a1de9bedf8458efc37556136970d6
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent fe195ddc
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3,6 +3,15 @@
#exportgeneration {
    text-align: center;
}
#export .radio {
    padding-bottom: 5px;
    label {
        padding-top: 3px;
    }
    .description {
        padding-top: 0;
    }
}

#progress-iframe { // old style progress bars, e.g. portfolio export
    border: 1px solid $gray-500;