-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathstyle.scss
48 lines (41 loc) · 858 Bytes
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.edit-site-sidebar-navigation-screen-template__added-by-description {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: $grid-unit-30;
&-author {
display: inline-flex;
align-items: center;
img {
border-radius: $grid-unit-15;
}
svg {
fill: $gray-600;
}
&-icon {
width: 24px;
height: 24px;
margin-right: $grid-unit-10;
}
}
}
.edit-site-sidebar-navigation-screen-template__template-area-button {
color: $white;
display: flex;
align-items: center;
width: 100%;
flex-wrap: nowrap;
border-radius: 4px;
&:hover,
&:focus {
background: $gray-800;
color: $white;
}
}
.edit-site-sidebar-navigation-screen-template__template-area-label-text {
margin: 0 $grid-unit-20 0 $grid-unit-05;
flex-grow: 1;
}
.edit-site-sidebar-navigation-screen-template__template-icon {
display: flex;
}