File tree Expand file tree Collapse file tree 3 files changed +41
-15
lines changed
Expand file tree Collapse file tree 3 files changed +41
-15
lines changed Original file line number Diff line number Diff line change 1+ .edit-site-sidebar-navigation-screen-pattern__added-by-description {
2+ display : flex ;
3+ align-items : center ;
4+ justify-content : space-between ;
5+ margin-top : $grid-unit-30 ;
6+ }
7+
8+ .edit-site-sidebar-navigation-screen-pattern__added-by-description-author {
9+ display : inline-flex ;
10+ align-items : center ;
11+
12+ img {
13+ border-radius : $grid-unit-15 ;
14+ }
15+
16+ svg {
17+ fill : $gray-600 ;
18+ }
19+ }
20+
21+ .edit-site-sidebar-navigation-screen-pattern__added-by-description-author-icon {
22+ width : 24px ;
23+ height : 24px ;
24+ margin-right : $grid-unit-10 ;
25+ }
Original file line number Diff line number Diff line change 33 align-items : center ;
44 justify-content : space-between ;
55 margin-top : $grid-unit-30 ;
6+ }
67
7- & -author {
8- display : inline-flex ;
9- align-items : center ;
10-
11- img {
12- border-radius : $grid-unit-15 ;
13- }
8+ .edit-site-sidebar-navigation-screen-template__added-by-description-author {
9+ display : inline-flex ;
10+ align-items : center ;
1411
15- svg {
16- fill : $gray-600 ;
17- }
12+ img {
13+ border-radius : $grid-unit-15 ;
14+ }
1815
19- & -icon {
20- width : 24px ;
21- height : 24px ;
22- margin-right : $grid-unit-10 ;
23- }
16+ svg {
17+ fill : $gray-600 ;
2418 }
2519}
2620
21+ .edit-site-sidebar-navigation-screen-template__added-by-description-author-icon {
22+ width : 24px ;
23+ height : 24px ;
24+ margin-right : $grid-unit-10 ;
25+ }
26+
2727.edit-site-sidebar-navigation-screen-template__template-area-button {
2828 color : $white ;
2929 display : flex ;
Original file line number Diff line number Diff line change 3737@import " ./components/sidebar-navigation-screen-navigation-menu/style.scss" ;
3838@import " ./components/sidebar-navigation-screen-page/style.scss" ;
3939@import " components/sidebar-navigation-screen-details-panel/style.scss" ;
40+ @import " ./components/sidebar-navigation-screen-pattern/style.scss" ;
4041@import " ./components/sidebar-navigation-screen-template/style.scss" ;
4142@import " ./components/site-hub/style.scss" ;
4243@import " ./components/sidebar-navigation-screen-navigation-menus/style.scss" ;
You can’t perform that action at this time.
0 commit comments