mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 02:25:45 +08:00
SCSS refactoring
followup on c388cac
This commit is contained in:
parent
075d9fc558
commit
5b6c1b1670
@ -48,6 +48,7 @@
|
||||
}
|
||||
|
||||
$size: 50px;
|
||||
$icon-size: $size / 1.8;
|
||||
|
||||
.avatar-flair-image {
|
||||
width: $size;
|
||||
@ -63,8 +64,8 @@
|
||||
justify-content: center;
|
||||
|
||||
.d-icon {
|
||||
height: $size / 1.8;
|
||||
width: $size / 1.8;
|
||||
height: $icon-size;
|
||||
width: $icon-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -218,6 +218,7 @@
|
||||
}
|
||||
|
||||
$size: 40px;
|
||||
$icon-size: $size / 1.8;
|
||||
|
||||
.avatar-flair {
|
||||
background-size: $size;
|
||||
@ -229,8 +230,8 @@
|
||||
justify-content: center;
|
||||
|
||||
.d-icon {
|
||||
height: $size / 1.8;
|
||||
width: $size / 1.8;
|
||||
height: $icon-size;
|
||||
width: $icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user