mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 16:24:16 +03:00
22 lines
338 B
SCSS
22 lines
338 B
SCSS
|
.contentbutton {
|
||
|
background-color: transparent;
|
||
|
border: none;
|
||
|
text-align: left;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.closebutton {
|
||
|
position: absolute;
|
||
|
right: 10px;
|
||
|
top: 10px;
|
||
|
background-color: transparent;
|
||
|
border: none;
|
||
|
font-size: 20px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
border-bottom: none;
|
||
|
font-weight: bold;
|
||
|
padding-left: 5px;
|
||
|
}
|