Add ui for answers from source
This commit is contained in:
32
web/src/css/components/Modal.scss
Normal file
32
web/src/css/components/Modal.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
.modal {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(37, 37, 37, .7);
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.modal-content {
|
||||
color: black;
|
||||
padding: 20px;
|
||||
padding-bottom: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
height: auto;
|
||||
background-color: #FFF;
|
||||
min-width: 500px;
|
||||
.actions {
|
||||
border-top: 1px solid #bebebe;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
min-width: 500px;
|
||||
margin: 0 -20px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -115,10 +115,10 @@ h5, .md-subheading-1 {
|
||||
line-height: 24px; }
|
||||
|
||||
p, .md-body-1 {
|
||||
line-height: 1.42857; }
|
||||
line-height: 20px; }
|
||||
|
||||
h6, .md-body-2 {
|
||||
line-height: 1.42857; }
|
||||
line-height: 24px; }
|
||||
|
||||
caption, .md-caption {
|
||||
font-size: 12px; }
|
||||
@@ -1378,7 +1378,7 @@ tbody .md-table-row {
|
||||
line-height: inherit; }
|
||||
|
||||
.md-table-checkbox .md-selection-control-label {
|
||||
display: block; }
|
||||
display: flex; }
|
||||
|
||||
.md-table-checkbox .md-selection-control-container {
|
||||
margin-left: 12px;
|
||||
|
||||
Reference in New Issue
Block a user