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