mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
53 lines
880 B
SCSS
53 lines
880 B
SCSS
.description {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.pushPreview {
|
|
border-style: dashed;
|
|
border-width: 2px;
|
|
width: 100%;
|
|
max-width: 400px;
|
|
margin: 1%;
|
|
margin-top: 10px;
|
|
|
|
.inner {
|
|
margin: 10px;
|
|
padding: 15px;
|
|
background-color: white;
|
|
box-shadow: 2px 6px 7px 0 #87898d;
|
|
|
|
.title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.permissionLine {
|
|
margin-top: 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.bell {
|
|
margin-top: -1px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.buttonRow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-end;
|
|
|
|
.disabled {
|
|
cursor: not-allowed;
|
|
outline: '#e2e8f0' 'solid' 1;
|
|
background-color: white;
|
|
}
|
|
|
|
button {
|
|
margin-left: 10px;
|
|
padding: 4px 15px;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
}
|
|
}
|
|
}
|
|
}
|