File tree Expand file tree Collapse file tree 3 files changed +28
-9
lines changed
Expand file tree Collapse file tree 3 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 33 background : url(../ img/copy.png) no-repeat center right/contain;
44 width : 24px ;
55 height : 14px ;
6- right : 0.5 rem ;
7- top : 8 px ;
6+ right : 1 rem ;
7+ top : 12 px ;
88 display : none;
99 cursor : pointer;
1010 font-family : "Source Sans Pro" , sans-serif;
Original file line number Diff line number Diff line change 4949 background : var (--color-brand-white );
5050 padding : 5px 15px ;
5151 left : -15px ;
52- top : 50 px ;
52+ top : 60 px ;
5353 border-radius : 4px ;
5454 z-index : 1 ;
55+ border-radius : 4px ;
56+ z-index : 1 ;
57+ box-shadow : 0px 3px 10px -4px var (--color-brand-gray8 );
5558}
5659
5760.frame-dropdown .frame-dropdown-list {
6063 list-style : none;
6164}
6265
66+ ul .frame-dropdown-list li {
67+ border-bottom : 1px solid var (--color-brand-gray8 );
68+ padding-bottom : 5px ;
69+ margin-bottom : 5px ;
70+ }
71+
72+ ul .frame-dropdown-list li : last-child {
73+ border-bottom : 0 ;
74+ margin-bottom : 0 ;
75+ padding-bottom : 0 ;
76+ }
77+
6378.frame-link ,
6479.frame-item {
65- font-size : 1 rem ;
80+ font-size : var ( --font-small ) ;
6681 color : var (--color-brand-gray4 );
6782 text-decoration : none;
6883}
6984
7085.frame-link : hover ,
71- .frame-item : hover {
86+ .frame-item : hover ,
87+ .frame-link : active ,
88+ .frame-item : active ,
89+ .frame-link : visited ,
90+ .frame-item : visited {
7291 text-decoration : none;
7392}
Original file line number Diff line number Diff line change 495495 color : var (--color-brand-gray1 );
496496 font-weight : var (--weight-normal );
497497 /* needed to override third-party styles */
498- padding-left : var (--base-small- space );
498+ padding-left : var (--base-space );
499499 padding-right : var (--base-small-space );
500500 padding-top : var (--base-large-space );
501501 padding-bottom : var (--base-large-space );
575575 line-height : 18px ;
576576 text-transform : uppercase;
577577 position : absolute;
578- top : 0.375 rem ;
579- right : 2 rem ;
578+ top : 12 px ;
579+ right : 2.4 rem ;
580580 font-family : "Source Sans Pro" , sans-serif;
581- padding-right : 6 px ;
581+ padding-right : 0.5 rem ;
582582 border-right : 1px solid var (--color-brand-gray9 );
583583}
584584
You can’t perform that action at this time.
0 commit comments