Add prompt on launch and checkbox

This commit is contained in:
gconsidine
2017-06-09 17:39:40 -04:00
parent 2b01c24dce
commit 2bd11f948a
11 changed files with 102 additions and 12 deletions

View File

@@ -15,6 +15,17 @@
}
}
.at-Checkbox {
margin: 0;
padding: 0;
& > input[type=checkbox] {
height: @at-input-height;
margin: 0;
padding: 0;
}
}
.at-InputGroup-button {
height: 100%;
}
@@ -86,6 +97,7 @@
.at-InputLabel {
display: inline-block;
width: 100%;
}
.at-InputLabel-name {
@@ -103,6 +115,30 @@
line-height: @at-line-height-short;
}
.at-InputLabel-checkbox {
margin: 0;
padding: 0;
}
.at-InputLabel-checkboxLabel {
margin-bottom: 0;
& > input[type=checkbox] {
margin: 0 @at-space 0 0;
position: relative;
top: @at-space;
}
& > p {
font-size: @at-font-size;
color: @at-gray-dark-4x;
font-weight: @at-font-weight;
display: inline;
margin: 0;
padding: 0;
}
}
.at-InputMessage--rejected {
font-size: @at-font-size;
color: @at-red;