0
0
Fork 0

Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#28064)

This commit is contained in:
Claire 2024-01-12 21:16:48 +01:00 committed by GitHub
parent 1070804a1a
commit 6bbcd9348e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
250 changed files with 649 additions and 313 deletions

View file

@ -187,8 +187,8 @@
.icon {
flex: 0 0 auto;
width: 20px;
height: 20px;
width: 24px;
height: 24px;
aspect-ratio: 1;
path {
@ -200,7 +200,7 @@
display: inline-flex;
color: $action-button-color;
border: 0;
padding: 2px;
padding: 0;
border-radius: 4px;
background: transparent;
cursor: pointer;
@ -2322,7 +2322,7 @@ $ui-header-height: 55px;
.drawer__tab {
display: flex;
flex: 1 1 auto;
padding: 15px 5px 13px;
padding: 13px 3px 11px;
color: $darker-text-color;
text-decoration: none;
text-align: center;
@ -3205,7 +3205,7 @@ $ui-header-height: 55px;
align-items: center;
gap: 5px;
font-size: 16px;
padding: 15px;
padding: 13px;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
@ -3804,7 +3804,7 @@ a.status-card {
gap: 5px;
margin: 0;
border: 0;
padding: 15px;
padding: 13px;
padding-inline-end: 0;
color: inherit;
background: transparent;