Files
cms_thermo_active/Step/wwwroot/assets/styles/base/back-view.less
T
2018-04-26 14:45:56 +02:00

75 lines
1.8 KiB
Plaintext

// out: false, sourceMap: false, main: ../style.less
@import "colors.less";
#back-view {
position: absolute;
top: 80px;
left: 0;
right: 0;
bottom: 80px;
height: calc(~'100vh - 160px'); // background-color: rgb(145, 55, 55);
z-index: 1;
&>header {
color: white;
font-weight: 600;
font-size: 24px;
height: 40px;
line-height: 40px;
padding: 24px 50px;
button.close{
float: right;
width: 40px;
height: 40px;
border: none;
border-radius: 20px;
color: @color-body-background;
background-color: white;
font-size: 40px;
line-height: 40px;
}
}
}
#nc-buttons-container {
width: 1039px;
height: 60px;
background-image: linear-gradient(to bottom, #657178, #657178 65px, #404040);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
border-radius: 2px;
display: inline-block;
&>span.container {
width: 100%;
height: 100%;
}
&>span>header {
position: relative;
height: 100%;
display: flex;
flex-flow: row nowrap;
overflow: hidden;
button {
flex-grow: 1;
border: none;
background: @color-gunmetal;
border: 1px solid @color-slate-gray;
border-top: none;
border-bottom: none;
position: relative;
padding: 0;
width: 100%;
color: white;
font-size: 16px;
&:first-child {
border-left: none;
}
&:last-child {
border-right: none;
}
&:active:not(.active) {
background-color: @color-black-50;
}
}
}
}