mirror of https://gitlab.com/bashrc2/epicyon
Style around new post submit button
parent
290a554d35
commit
474722e6f1
|
@ -387,6 +387,12 @@ a:focus {
|
|||
}
|
||||
|
||||
.containerNewPost {
|
||||
border: 0;
|
||||
background-color: var(--main-bg-color);
|
||||
margin: var(--vertical-between-posts);
|
||||
}
|
||||
|
||||
.containerSubmitNewPost {
|
||||
border: var(--border-width) solid var(--border-color);
|
||||
background-color: var(--main-bg-color);
|
||||
border-radius: var(--timeline-border-radius);
|
||||
|
|
Loading…
Reference in New Issue