Add working but unstyled notify registration modal
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
.pushPreview {
|
||||
border-style: dashed;
|
||||
border-width: 2px;
|
||||
width: 30vw;
|
||||
|
||||
.inner {
|
||||
margin: 10px;
|
||||
padding: 15px;
|
||||
background-color: white;
|
||||
box-shadow: 2px 6px 7px 0px #87898d;
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.permissionLine {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.buttonRow {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
|
||||
.disabled {
|
||||
cursor: not-allowed;
|
||||
outline-width: 1;
|
||||
outline-color: '#e2e8f0';
|
||||
outline-style: 'solid';
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.allow {
|
||||
background-color: var(--theme-primary-color);
|
||||
}
|
||||
|
||||
button {
|
||||
margin-left: 10px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-radius: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user