mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
Tweak the border of account in follow modal
This commit is contained in:
parent
53d3a67533
commit
b21dfaa2b9
1 changed files with 3 additions and 2 deletions
|
@ -28,9 +28,10 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
border-color: var(--color-owncast-palette-5);
|
border-color: var(--color-owncast-palette-5);
|
||||||
border-width: 1px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: dashed;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in a new issue