mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[Toast] - BUG - Fixed styles (#957)
This commit is contained in:
@@ -5,9 +5,10 @@ $fa-font-path: "~font-awesome/fonts";
|
|||||||
|
|
||||||
@import "variables.scss";
|
@import "variables.scss";
|
||||||
|
|
||||||
#toast-container {
|
.toast-container {
|
||||||
.toast-close-button {
|
.toast-close-button {
|
||||||
right: -0.15em;
|
margin-right: 4px;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast {
|
.toast {
|
||||||
@@ -28,8 +29,11 @@ $fa-font-path: "~font-awesome/fonts";
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding-right: 10px;
|
margin: auto 0 auto 15px;
|
||||||
margin: auto 0 auto -36px;
|
}
|
||||||
|
|
||||||
|
.toast-content {
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toaster-icon {
|
.toaster-icon {
|
||||||
@@ -55,7 +59,6 @@ $fa-font-path: "~font-awesome/fonts";
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "\f0e7";
|
content: "\f0e7";
|
||||||
margin-left: -30px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user