bitwarden-estensione-browser/src/scss/misc.scss

96 lines
1.4 KiB
SCSS
Raw Normal View History

@import "variables.scss";
small {
font-size: $font-size-small;
}
.text-primary {
color: $brand-primary !important;
}
.text-success {
color: $brand-success !important;
}
.text-muted {
color: $text-muted !important;
}
.text-default {
color: $text-color !important;
}
.text-accent {
color: $brand-primary-accent;
}
.text-center {
text-align: center;
}
.no-margin {
margin: 0 !important;
}
2018-04-04 22:29:43 +02:00
.no-vmargin {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.no-vpad {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
[hidden] {
display: none !important;
}
.monospaced {
font-family: $font-family-monospace;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
border: 0 !important;
}
#duo-frame {
2018-04-04 22:29:43 +02:00
background: url('../popup2/images/loading.svg') 0 0 no-repeat;
width: 100%;
height: 470px;
margin-bottom: -10px;
iframe {
width: 100%;
height: 100%;
border: none;
}
}
app-root > #loading {
display: flex;
text-align: center;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
color: $text-muted;
}