-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTweetBox.css
More file actions
31 lines (31 loc) · 731 Bytes
/
Copy pathTweetBox.css
File metadata and controls
31 lines (31 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.tweetBox {
padding-bottom: 10px;
border-bottom: 8px solid var(--twitter-background);
padding-right: 10px;
}
.tweetBox > form {
display: flex;
flex-direction: column;
}
.tweetBox__input {
padding: 20px;
display: flex;
}
.tweetBox__input > input {
flex: 1;
margin-left: 20px;
font-size: 20px;
border: none;
}
.tweetBox__tweetButton {
background-color: var(--twitter-color) !important;
border: none !important;
color: white !important;
font-weight: 900 !important;
text-transform: inherit !important;
border-radius: 30px !important;
width: 80px;
height: 40px !important;
margin-top: 20px !important;
margin-left: auto !important;
}