1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Apply Prettier (#1347)

This commit is contained in:
Oscar Hinton
2021-12-17 15:57:11 +01:00
committed by GitHub
parent 2b0a9d995e
commit 56477eb39c
414 changed files with 33390 additions and 26857 deletions

View File

@@ -1,83 +1,83 @@
.callout {
border-left-width: 5px !important;
border-radius: $card-inner-border-radius;
margin-bottom: $alert-margin-bottom;
padding: $alert-padding-y $alert-padding-x;
border-left-width: 5px !important;
border-radius: $card-inner-border-radius;
margin-bottom: $alert-margin-bottom;
padding: $alert-padding-y $alert-padding-x;
@include themify($themes) {
background-color: themed("calloutBackground");
border: 1px solid themed("borderColor");
color: themed("calloutColor");
}
.callout-heading {
margin-top: 0;
}
h3.callout-heading {
font-weight: bold;
text-transform: uppercase;
}
&.callout-primary {
@include themify($themes) {
background-color: themed('calloutBackground');
border: 1px solid themed('borderColor');
color: themed('calloutColor');
border-left-color: themed("primary");
}
.callout-heading {
@include themify($themes) {
color: themed("primary");
}
}
}
&.callout-info {
@include themify($themes) {
border-left-color: themed("info");
}
.callout-heading {
margin-top: 0;
@include themify($themes) {
color: themed("info");
}
}
}
&.callout-danger {
@include themify($themes) {
border-left-color: themed("danger");
}
h3.callout-heading {
font-weight: bold;
text-transform: uppercase;
.callout-heading {
@include themify($themes) {
color: themed("danger");
}
}
}
&.callout-success {
@include themify($themes) {
border-left-color: themed("success");
}
&.callout-primary {
@include themify($themes) {
border-left-color: themed('primary');
}
.callout-heading {
@include themify($themes) {
color: themed('primary');
}
}
.callout-heading {
@include themify($themes) {
color: themed("success");
}
}
}
&.callout-warning {
@include themify($themes) {
border-left-color: themed("warning");
}
&.callout-info {
@include themify($themes) {
border-left-color: themed('info');
}
.callout-heading {
@include themify($themes) {
color: themed('info');
}
}
.callout-heading {
@include themify($themes) {
color: themed("warning");
}
}
}
&.callout-danger {
@include themify($themes) {
border-left-color: themed('danger');
}
.callout-heading {
@include themify($themes) {
color: themed('danger');
}
}
}
&.callout-success {
@include themify($themes) {
border-left-color: themed('success');
}
.callout-heading {
@include themify($themes) {
color: themed('success');
}
}
}
&.callout-warning {
@include themify($themes) {
border-left-color: themed('warning');
}
.callout-heading {
@include themify($themes) {
color: themed('warning');
}
}
}
.enforced-policy-options ul {
margin-bottom: 0px;
}
.enforced-policy-options ul {
margin-bottom: 0px;
}
}