Skip to content

Commit 2e7c55e

Browse files
authored
Merge pull request #546 from ProgressPlanner/ari/fix-pro/132
Header styling tweaks
2 parents 436e54c + 7982901 commit 2e7c55e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

assets/css/admin.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:root {
55
--prpl-gap: 32px;
66
--prpl-settings-page-gap: 1.5rem;
7-
--prpl-padding: 20px;
7+
--prpl-padding: 1.25rem;
88
--prpl-column-min-width: 22rem;
99
--prpl-max-columns: 3;
1010
--prpl-border-radius: 8px;
@@ -57,12 +57,13 @@
5757
background: #fff;
5858
border: 1px solid var(--prpl-color-gray-2);
5959
border-radius: var(--prpl-border-radius);
60-
padding: calc(var(--prpl-padding) * 2);
60+
padding: var(--prpl-settings-page-gap) calc(var(--prpl-padding) * 2);
6161
max-width: var(--prpl-container-max-width);
6262
color: var(--prpl-color-text);
6363
font-size: var(--prpl-font-size-base);
6464
line-height: 1.4;
6565
position: relative;
66+
margin-top: var(--prpl-padding);
6667
}
6768

6869
/*------------------------------------*\
@@ -164,15 +165,15 @@ button.prpl-info-icon {
164165
Header & logo.
165166
\*------------------------------------*/
166167
.prpl-header {
167-
margin-bottom: 2em;
168+
margin-bottom: 2rem;
168169
display: flex;
169170
flex-wrap: wrap;
170171
justify-content: space-between;
171172
align-items: center;
172173
}
173174

174175
.prpl-header-logo svg {
175-
height: 100px;
176+
height: 5.5rem;
176177
}
177178

178179
.prpl-header-right {

0 commit comments

Comments
 (0)