File tree 3 files changed +28
-9
lines changed
3 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 3
3
background : url(../ img/copy.png) no-repeat center right/contain;
4
4
width : 24px ;
5
5
height : 14px ;
6
- right : 0.5 rem ;
7
- top : 8 px ;
6
+ right : 1 rem ;
7
+ top : 12 px ;
8
8
display : none;
9
9
cursor : pointer;
10
10
font-family : "Source Sans Pro" , sans-serif;
Original file line number Diff line number Diff line change 49
49
background : var (--color-brand-white );
50
50
padding : 5px 15px ;
51
51
left : -15px ;
52
- top : 50 px ;
52
+ top : 60 px ;
53
53
border-radius : 4px ;
54
54
z-index : 1 ;
55
+ border-radius : 4px ;
56
+ z-index : 1 ;
57
+ box-shadow : 0px 3px 10px -4px var (--color-brand-gray8 );
55
58
}
56
59
57
60
.frame-dropdown .frame-dropdown-list {
60
63
list-style : none;
61
64
}
62
65
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
+
63
78
.frame-link ,
64
79
.frame-item {
65
- font-size : 1 rem ;
80
+ font-size : var ( --font-small ) ;
66
81
color : var (--color-brand-gray4 );
67
82
text-decoration : none;
68
83
}
69
84
70
85
.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 {
72
91
text-decoration : none;
73
92
}
Original file line number Diff line number Diff line change 495
495
color : var (--color-brand-gray1 );
496
496
font-weight : var (--weight-normal );
497
497
/* needed to override third-party styles */
498
- padding-left : var (--base-small- space );
498
+ padding-left : var (--base-space );
499
499
padding-right : var (--base-small-space );
500
500
padding-top : var (--base-large-space );
501
501
padding-bottom : var (--base-large-space );
575
575
line-height : 18px ;
576
576
text-transform : uppercase;
577
577
position : absolute;
578
- top : 0.375 rem ;
579
- right : 2 rem ;
578
+ top : 12 px ;
579
+ right : 2.4 rem ;
580
580
font-family : "Source Sans Pro" , sans-serif;
581
- padding-right : 6 px ;
581
+ padding-right : 0.5 rem ;
582
582
border-right : 1px solid var (--color-brand-gray9 );
583
583
}
584
584
You can’t perform that action at this time.
0 commit comments