settings page window

This commit is contained in:
2019-10-03 09:40:13 +02:00
parent 4e4ecb5dc6
commit 54aa35563b
3 changed files with 41 additions and 3 deletions

View File

@ -1,8 +1,36 @@
.test{
background-color: #7F7F7F;
html,body{
background-image: url('../rsc/login2.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}
.optionsarray{
margin-left: 20mm;
margin-top: 20mm;
}
.create-table{
margin-top: 50px;
margin-left: 20%;
background-color: rgba(0,0,0,0.5) !important;
width: 60%;
height: 65%;
}
.create-table-window-toolpane{
height: 50px;
background-color: rgba(0,0,0,0.5) !important;
}
.exit-icon{
color: #FF0000;
float: right;
display: table-cell;
vertical-align: middle;
text-align: center;
text-decoration: none;
}