Files
cms_thermo_active/Step/wwwroot/assets/styles/style.css
T
2017-12-01 10:26:14 +01:00

355 lines
7.3 KiB
CSS

@import url(../../../libs/font-awesome/css/font-awesome.css);
@import url(../../../libs/glyphicons/styles/glyphicons.css);
.modal {
min-width: 500px;
height: 400px;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
z-index: 1000;
background-color: #fff;
position: absolute;
}
.modal header {
height: 64px;
line-height: 64px;
}
.modal.login {
width: 600px;
height: 560px;
top: calc(50% - 280px);
left: calc(50% - 300px);
}
.modal.login header {
background-color: #002680;
color: #fff;
font-family: 'Work Sans', sans-serif;
font-weight: 600;
font-size: 24px;
text-align: left;
padding: 0px 23px;
}
.modal.loader {
width: 896px;
height: 392px;
top: calc(50% - 196px);
left: calc(50% - 448px);
}
.modal.loader header {
background-color: #002680;
color: #fff;
font-family: 'Work Sans', sans-serif;
font-weight: 600;
font-size: 24px;
text-align: left;
padding: 0px 23px;
}
.modal.loader h2 {
font-size: 18px;
text-align: left;
color: #4b4b4b;
width: 592px;
margin: auto;
margin-top: 76px;
margin-bottom: 76px;
}
.modal.loader .progress-line {
height: 30px;
width: 592px;
margin: auto;
}
.modal.loader .progress-line i {
font-size: 25px;
margin-right: 15px;
display: block;
float: left;
color: #1791ff;
}
.modal.loader .progress-line progress {
width: 552px;
height: 24px;
font-size: 14px;
float: left;
background-color: white;
}
.modal.loader .progress-line progress[value]::-webkit-progress-value {
color: #fff;
background-color: #1791ff;
border-radius: 12px;
}
.modal.loader .progress-line progress[value]::-webkit-progress-bar {
background-color: #fff;
border-radius: 12px;
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
-webkit-backdrop-filter: blur(10px);
background-color: rgba(217, 217, 217, 0.5);
z-index: 900;
}
.row {
display: flex;
width: 100%;
flex-direction: row;
}
.col {
display: flex;
flex-direction: column;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.full-height {
height: 100%;
}
.full-width {
width: 100%;
}
.form-group {
display: block;
margin-bottom: 33px;
}
.form-group label {
display: block;
color: #979797;
font-size: 18px;
line-height: 1;
font-family: 'Work Sans', sans-serif;
text-align: left;
margin-bottom: 13px;
}
.form-group input {
display: block;
border-radius: 2px;
border: solid 1px #dfdfdf;
height: 48px;
line-height: 1.1;
font-family: 'Work Sans', sans-serif;
color: #4b4b4b;
font-size: 18px;
background-color: #f8f8f8;
margin: 0 0px;
padding-right: 0;
padding-left: 20px;
width: calc(100% - 20px);
}
.form-group input.invalid {
border-color: #d0021b;
}
.form-group small.error {
text-align: left;
display: block;
color: #d0021b;
font-size: 14px;
font-family: 'Work Sans', sans-serif;
line-height: 1;
padding-left: 16px;
margin: 2px 0;
}
.text-center {
text-align: center;
}
.block {
display: block;
}
.block-center {
margin: auto;
}
button.btn {
height: 48px;
border-radius: 2px;
text-align: center;
font-size: 18px;
font-weight: bold;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
padding: 0 20px;
border: none;
}
button.btn.btn-success {
background-image: linear-gradient(to bottom, #1756ad, #002680);
color: white;
}
button.btn.btn-success:hover {
background-image: linear-gradient(to bottom, #1756ad, #1756ad);
}
button.btn.btn-success:active {
background-image: linear-gradient(to bottom, #002680, #1756ad);
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: local('Work Sans'), local('WorkSans-Regular'), url(/client/assets/fonts/WorkSans-Regular.ttf) format('ttf');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: local('Work Sans Medium'), local('WorkSans-Medium'), url(/client/assets/fonts/WorkSans-Medium.ttf) format('ttf');
}
/* latin-ext */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'), url(/client/assets/fonts/WorkSans-SemiBold.ttf) format('ttf');
}
/* latin-ext */
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 700;
src: local('Work Sans Bold'), local('WorkSans-Bold'), url(/client/assets/fonts/WorkSans-Bold.ttf) format('ttf');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
#app > header {
display: flex;
flex-direction: row nowrap;
align-items: center;
height: 80px;
width: 100%;
position: absolute;
z-index: 200;
top: 0;
right: 0;
left: 0;
}
#app > header button {
display: flex;
margin: 0 9px;
background-color: #ffffff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
border-radius: 50%;
border: none;
height: 44px;
width: 44px;
cursor: pointer;
color: #002680;
}
#app > header button.red {
background-color: #d0021b;
color: white;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4), inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
#app > header button.blue {
background-color: #1791ff;
color: white;
}
#app > header .user-info {
display: flex;
position: absolute;
right: 12px;
font-size: 25px;
color: #4b4b4b;
}
#app > header .user-info time {
padding: 0 18px;
border-left: 2px solid #bbbcbc;
}
.alarm-ribbon {
background-image: linear-gradient(to bottom, #ff4d63, #a10518);
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
height: 100%;
min-width: 100px;
float: left;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
margin-right: 5px;
}
footer {
display: flex;
flex-direction: row;
align-items: flex-end;
background-image: linear-gradient(to bottom, #1791ff, #005e94);
box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.4);
height: 80px;
position: absolute;
z-index: 200;
bottom: 0;
left: 0;
right: 300px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
line-height: 80px;
padding: 0 0 9px 8px;
box-sizing: border-box;
}
footer button {
cursor: pointer;
display: flex;
margin-left: 19px;
margin-right: 19px;
border: none;
width: 63px;
height: 63px;
border-radius: 31.5px;
background-image: linear-gradient(to bottom, #cce8f8, #93cbfc);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.7);
}
footer button:hover,
footer button.big {
position: relative;
height: 82px;
width: 82px;
border-radius: 41px;
}
footer button.big:after {
content: " ";
background-color: white;
width: 10px;
height: 10px;
display: block;
border-radius: 50%;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
position: absolute;
left: -5px;
top: calc(50% - 5px);
transform-origin: 46px 5px;
}
.persona {
height: 88px;
width: 88px;
border-radius: 44px;
}
body {
font-family: 'Work Sans', sans-serif;
background-color: #657178;
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
}
#app {
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
position: relative;
}
#main-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 80px;
height: calc(100vh - 80px);
background-color: #d8d8d8;
z-index: 100;
}
body {
font-family: 'Work Sans', sans-serif;
}