UX: Styling adjustments for admin new features (#12189)

- Fixes an alignment issue when emojis have varying widths
- Adjusts mobile alignment
This commit is contained in:
Penar Musaraj 2021-02-23 11:58:20 -05:00 committed by GitHub
parent 4bc3a64982
commit e58922e1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -660,10 +660,13 @@
font-size: 3.5em;
padding-right: 0.5em;
padding-left: 0.5em;
width: 25%;
text-align: center;
}
.new-feature-content {
padding-right: 0.5em;
width: 75%;
.header {
font-size: $font-up-1;
font-weight: bold;

View File

@ -9,4 +9,11 @@
.dashboard-new-features .section-body {
grid-template-columns: none;
}
.admin-new-feature-item {
.new-feature-emoji {
padding-left: 0em;
padding-right: 0.25em;
}
}
}