Skip to content

Commit

Permalink
[DDW-751] Alphabetize css properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Oct 21, 2021
1 parent 46b289f commit 0aac4b9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,20 +10,20 @@
font-family: var(--font-regular);
height: 100vh;
justify-content: center;
padding: 20px 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 22;
padding: 20px 0;
@include overlay-backrop;

.content {
background-color: var(--theme-news-overlay-update-content-background-color);
font-size: 16px;
line-height: 1.2;
margin-bottom: 20px;
min-height: 48px;
max-height: 210px;
min-height: 48px;
opacity: 0.8;
overflow-y: scroll;
padding: 12px 20px;
Expand Down

0 comments on commit 0aac4b9

Please sign in to comment.