Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Aug 8, 2020
1 parent 92c9bb5 commit fdc20f4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions administrator/templates/atum/scss/vendor/bootstrap/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@

label {
margin-bottom: 0;
}
}

td .form-control {
display: inline-block;
width: auto;
}
}

legend {
margin-bottom: 1.1rem;
font-size: 1rem;
font-weight: $font-weight-normal;
}
}

.checkboxes {
padding-top: 5px;

.checkbox input {
position: static;
margin-left: 0;
}
}
}

.form-check {
padding-top: 5px;
margin-bottom: 0;
}
}

.modal label {
width: 100%;
}
}

// Validation
.invalid {
color: theme-color("danger");
border-color: theme-color("danger");
}
}

.valid {
border-color: theme-color("success");
}
}

.form-control-feedback {
display: block;
}
}

[aria-grabbed="true"] {
box-shadow: 0 0 2px 1px var(--atum-bg-dark);
}
}

select.form-control {
background-color: $custom-select-bg;
}
}

.field-media-wrapper {
display: block;
Expand All @@ -63,15 +63,15 @@ select.form-control {
.field-media-preview {
width: 100%;
max-width: none;
}
}

.button-select {
background-color: darken(theme-color("success"), 8%);
}
}

.button-clear {
background-color: darken(theme-color("danger"), 8%);
}
}

.button-clear > .fa-check,
.button-select > .fa-times {
Expand All @@ -80,5 +80,5 @@ select.form-control {

@include media-breakpoint-down(md) {
min-width: 100%;
}
}
}

0 comments on commit fdc20f4

Please sign in to comment.