File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 2121 display : flex ;
2222 flex-direction : row ;
2323 gap : 0.6rem ;
24+ align-items : center ;
25+ margin-left : 1rem !important ;
2426 z-index :4 ;
25- margin : 1.5rem ;
26- margin-right : 2.5rem ;
27+ // margin: 1.5rem;
28+ // margin-right: 2.5rem;
2729}
2830.button-close {
29- width : 13 px ;
30- height : 13 px ;
31+ width : 18 px ;
32+ height : 18 px ;
3133 border :none ;
3234 border-radius : 50% ;
3335 background-color : rgb (246 , 85 , 71 );
4042
4143
4244 .button-min {
43- width : 13 px ;
44- height : 13 px ;
45+ width : 18 px ;
46+ height : 18 px ;
4547 border :none ;
4648 border-radius : 50% ;
4749 background-color : rgb (252 , 189 , 65 );
5355
5456
5557 .button-max {
56- width : 13 px ;
57- height : 13 px ;
58+ width : 18 px ;
59+ height : 18 px ;
5860 border :none ;
5961 border-radius : 50% ;
6062 background-color : rgb (86 , 208 , 70 );
134136}
135137.mail-title {
136138 font-family : " SF-Pro Medium" ,-apple-system , BlinkMacSystemFont;
137- font-size : 1.2 rem ;
139+ font-size : 1 rem ;
138140 margin-top : 10px ;
139141 // margin-left: auto;
140- // margin-right: auto ;
142+ margin-right : 3.5 rem ;
141143 padding : 10px ;
142144 text-align : center ;
143- font-weight : bold ;
145+ font-weight : 600 ;
144146 border-radius : 5px ;
145147 white-space : nowrap ;
146148}
You can’t perform that action at this time.
0 commit comments