mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
59 lines
1.2 KiB
SCSS
59 lines
1.2 KiB
SCSS
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
/* Import mixins */
|
|
@import 'vars/mixins';
|
|
|
|
body {
|
|
background-image: url(vteimage('include/install/images/back.jpg', '../../'));
|
|
}
|
|
#main-container {
|
|
padding-top: 80px;
|
|
}
|
|
#header {
|
|
height: 80px;
|
|
}
|
|
#header-inner-cont {
|
|
padding: 15px;
|
|
}
|
|
#content-inner-cont {
|
|
border: 1px solid #CCCCCC;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
|
border-radius: 2px;
|
|
}
|
|
.content-padding {
|
|
padding: 15px;
|
|
}
|
|
#config-title {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
#nav-bar-inner {
|
|
margin: 0px auto;
|
|
padding: 20px 0px;
|
|
}
|
|
#footer-inner a {
|
|
color: #FFFFFF;
|
|
}
|
|
.licence {
|
|
width: 100%;
|
|
height: 250px;
|
|
}
|
|
#dbMirrorCopy {
|
|
width: 700px;
|
|
border: 1px solid #CCCCCC;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
|
border-radius: 2px;
|
|
}
|
|
#responsePopupContainer {
|
|
width: 500px;
|
|
border: 1px solid #CCCCCC;
|
|
background-color: #FFFFFF;
|
|
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
|
border-radius: 2px;
|
|
}
|