File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 21
21
display : flex ;
22
22
flex-direction : row ;
23
23
gap : 0.6rem ;
24
+ align-items : center ;
25
+ margin-left : 1rem !important ;
24
26
z-index :4 ;
25
- margin : 1.5rem ;
26
- margin-right : 2.5rem ;
27
+ // margin: 1.5rem;
28
+ // margin-right: 2.5rem;
27
29
}
28
30
.button-close {
29
- width : 13 px ;
30
- height : 13 px ;
31
+ width : 18 px ;
32
+ height : 18 px ;
31
33
border :none ;
32
34
border-radius : 50% ;
33
35
background-color : rgb (246 , 85 , 71 );
40
42
41
43
42
44
.button-min {
43
- width : 13 px ;
44
- height : 13 px ;
45
+ width : 18 px ;
46
+ height : 18 px ;
45
47
border :none ;
46
48
border-radius : 50% ;
47
49
background-color : rgb (252 , 189 , 65 );
53
55
54
56
55
57
.button-max {
56
- width : 13 px ;
57
- height : 13 px ;
58
+ width : 18 px ;
59
+ height : 18 px ;
58
60
border :none ;
59
61
border-radius : 50% ;
60
62
background-color : rgb (86 , 208 , 70 );
134
136
}
135
137
.mail-title {
136
138
font-family : " SF-Pro Medium" ,-apple-system , BlinkMacSystemFont;
137
- font-size : 1.2 rem ;
139
+ font-size : 1 rem ;
138
140
margin-top : 10px ;
139
141
// margin-left: auto;
140
- // margin-right: auto ;
142
+ margin-right : 3.5 rem ;
141
143
padding : 10px ;
142
144
text-align : center ;
143
- font-weight : bold ;
145
+ font-weight : 600 ;
144
146
border-radius : 5px ;
145
147
white-space : nowrap ;
146
148
}
You can’t perform that action at this time.
0 commit comments