8452a9cce0
Update unobtrusive Validation
18 lines
298 B
SCSS
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;
|
|
}
|
|
}
|