Allow setting a monitoring flag. Confirmation mail missing.
This commit is contained in:
parent
2fb4e9a227
commit
1b173b79d4
8 changed files with 254 additions and 19 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
@import "_variables";
|
||||
|
||||
@import "_mixins";
|
||||
|
||||
@import "../bower_components/sass-bootstrap/lib/bootstrap";
|
||||
@import "../bower_components/font-awesome/scss/font-awesome";
|
||||
|
||||
|
@ -26,7 +28,7 @@ input {
|
|||
}
|
||||
|
||||
label {
|
||||
@extend .control-label;
|
||||
@extend .control-label, %not-selectable;
|
||||
|
||||
margin-top: 10px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue