mirror of
https://github.com/bitwarden/browser
synced 2025-01-28 03:59:50 +01:00
Change the icon baseline to 14% (#637)
This commit is contained in:
parent
0a2ebf6e50
commit
0186610ca4
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -60,28 +60,14 @@ $icomoon-font-path: "~@bitwarden/jslib-angular/src/scss/bwicons/fonts/" !default
|
|||||||
|
|
||||||
// Spin Animations
|
// Spin Animations
|
||||||
.bwi-spin {
|
.bwi-spin {
|
||||||
-webkit-animation: bwi-spin 2s infinite linear;
|
|
||||||
animation: bwi-spin 2s infinite linear;
|
animation: bwi-spin 2s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes bwi-spin {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(359deg);
|
|
||||||
transform: rotate(359deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes bwi-spin {
|
@keyframes bwi-spin {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
-webkit-transform: rotate(359deg);
|
|
||||||
transform: rotate(359deg);
|
transform: rotate(359deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -109,9 +95,6 @@ $icomoon-font-path: "~@bitwarden/jslib-angular/src/scss/bwicons/fonts/" !default
|
|||||||
|
|
||||||
// Rotation
|
// Rotation
|
||||||
.bwi-rotate-270 {
|
.bwi-rotate-270 {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
|
||||||
-webkit-transform: rotate(270deg);
|
|
||||||
-ms-transform: rotate(270deg);
|
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -166,7 +149,7 @@ $icons: (
|
|||||||
"cog": "\e910",
|
"cog": "\e910",
|
||||||
"cog-f": "\e911",
|
"cog-f": "\e911",
|
||||||
"check-circle": "\e912",
|
"check-circle": "\e912",
|
||||||
"eye-2": "\e913",
|
"eye": "\e913",
|
||||||
"pencil-square": "\e914",
|
"pencil-square": "\e914",
|
||||||
"bookmark": "\e915",
|
"bookmark": "\e915",
|
||||||
"files": "\e916",
|
"files": "\e916",
|
||||||
@ -242,7 +225,7 @@ $icons: (
|
|||||||
"ban": "\e967",
|
"ban": "\e967",
|
||||||
"camera": "\e968",
|
"camera": "\e968",
|
||||||
"chevron-up": "\e969",
|
"chevron-up": "\e969",
|
||||||
"eye-slash-2": "\e96d",
|
"eye-slash": "\e96d",
|
||||||
"file": "\e96e",
|
"file": "\e96e",
|
||||||
"paste": "\e96f",
|
"paste": "\e96f",
|
||||||
"github": "\e950",
|
"github": "\e950",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user