mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +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;
|
||||
font-size: 0.8rem;
|
||||
border-color: var(--color-owncast-palette-5);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-style: dashed;
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
|
||||
.logo {
|
||||
border-radius: 50%;
|
||||
|
|
Loading…
Reference in a new issue