Files
LeafWeb/WebCms/Content/bootstrap_leafweb.scss
T
poprhythm 8452a9cce0 Add registration workflow
Update unobtrusive Validation
2020-01-10 14:52:11 -05:00

18 lines
298 B
SCSS

@import "bootstrap_variables_leafweb";
@import "bootstrap/bootstrap.scss";
.navbar-brand img {
width: 140px;
}
@include media-breakpoint-up(md) {
.navbar-brand img {
width: 175px;
}
}
@include media-breakpoint-up(lg) {
.navbar-brand img {
width: 205px;
}
}