mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
58 lines
837 B
SCSS
58 lines
837 B
SCSS
|
.message {
|
||
|
@extend .alert !optional;
|
||
|
|
||
|
&.warning {
|
||
|
@extend .alert-warning !optional;
|
||
|
}
|
||
|
|
||
|
&.error {
|
||
|
@extend .alert-danger !optional;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.embed-responsive-4by3,
|
||
|
.embed-responsive-16by9 {
|
||
|
position: relative;
|
||
|
padding-top: 56.25%;
|
||
|
|
||
|
iframe {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.embed-responsive-4by3 {
|
||
|
padding-top: 75%;
|
||
|
}
|
||
|
|
||
|
#ForgotPassword {
|
||
|
margin: 1rem 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#BetterNavigator {
|
||
|
display: none;
|
||
|
top: 50% !important;
|
||
|
margin-top: -41px;
|
||
|
|
||
|
&.open {
|
||
|
top: 0 !important;
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
a,
|
||
|
button,
|
||
|
div,
|
||
|
i,
|
||
|
span {
|
||
|
background-size: auto;
|
||
|
}
|
||
|
|
||
|
@media (min-width: map-get($grid-breakpoints, 'md')) {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|