WasteInformationServer/wwwroot/css/settings.css

37 lines
621 B
CSS
Raw Normal View History

2019-10-03 07:40:13 +00:00
html,body{
background-image: url('../rsc/login2.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
2019-09-20 14:46:13 +00:00
}
2019-10-03 07:40:13 +00:00
2019-09-20 14:46:13 +00:00
.optionsarray{
margin-left: 20mm;
margin-top: 20mm;
}
2019-10-03 07:40:13 +00:00
.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;
}