Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
clarktsiory committed Feb 8, 2024
1 parent c79abea commit df24f7c
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -90,11 +90,22 @@ $link-color : $rudder-txt-link;
&.active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

}
// --- FORM-GROUP OVERRIDE
.form-group{
margin-bottom: 5px;
label{
font-weight: bold;
}
}

// --- CONTENT-WRAPPER OVERRIDE
.content-wrapper {
.input-feature:first-child {
& > .btn, & > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
}

0 comments on commit df24f7c

Please sign in to comment.