Change the icon baseline to 14% (#637)

This commit is contained in:
Oscar Hinton 2022-01-27 15:31:13 +01:00 committed by GitHub
parent 0a2ebf6e50
commit 0186610ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 143 additions and 160 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

View File

@ -60,28 +60,14 @@ $icomoon-font-path: "~@bitwarden/jslib-angular/src/scss/bwicons/fonts/" !default
// Spin Animations
.bwi-spin {
-webkit-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 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@ -109,9 +95,6 @@ $icomoon-font-path: "~@bitwarden/jslib-angular/src/scss/bwicons/fonts/" !default
// Rotation
.bwi-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
@ -166,7 +149,7 @@ $icons: (
"cog": "\e910",
"cog-f": "\e911",
"check-circle": "\e912",
"eye-2": "\e913",
"eye": "\e913",
"pencil-square": "\e914",
"bookmark": "\e915",
"files": "\e916",
@ -242,7 +225,7 @@ $icons: (
"ban": "\e967",
"camera": "\e968",
"chevron-up": "\e969",
"eye-slash-2": "\e96d",
"eye-slash": "\e96d",
"file": "\e96e",
"paste": "\e96f",
"github": "\e950",