Skip to content

Commit cea6ef3

Browse files
Fixing some send a message text and centering it
1 parent dd3a214 commit cea6ef3

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

app/routes/styles/SendAMessage.scss

+13-11
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
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: 13px;
30-
height: 13px;
31+
width: 18px;
32+
height: 18px;
3133
border:none;
3234
border-radius: 50%;
3335
background-color: rgb(246, 85, 71);
@@ -40,8 +42,8 @@
4042

4143

4244
.button-min{
43-
width: 13px;
44-
height: 13px;
45+
width: 18px;
46+
height: 18px;
4547
border:none;
4648
border-radius: 50%;
4749
background-color: rgb(252, 189, 65);
@@ -53,8 +55,8 @@
5355

5456

5557
.button-max{
56-
width: 13px;
57-
height: 13px;
58+
width: 18px;
59+
height: 18px;
5860
border:none;
5961
border-radius: 50%;
6062
background-color: rgb(86, 208, 70);
@@ -134,13 +136,13 @@
134136
}
135137
.mail-title{
136138
font-family: "SF-Pro Medium",-apple-system, BlinkMacSystemFont;
137-
font-size: 1.2rem;
139+
font-size: 1rem;
138140
margin-top: 10px;
139141
// margin-left: auto;
140-
// margin-right: auto;
142+
margin-right: 3.5rem;
141143
padding: 10px;
142144
text-align: center;
143-
font-weight: bold;
145+
font-weight: 600;
144146
border-radius: 5px;
145147
white-space: nowrap;
146148
}

0 commit comments

Comments
 (0)