member_webapp/src/styles.scss

224 lines
4.5 KiB
SCSS
Raw Normal View History

2018-04-06 06:59:49 +00:00
/* You can add global styles to this file, and also import other style files */
2018-04-11 10:51:50 +00:00
//auth style
.login-body {
//background: url("../images/login/login.png") top left no-repeat #f7f7f7;
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
margin: -100px 0 0 0 !important;
padding: 100px 0 !important;
2018-04-12 05:31:31 +00:00
height: 100% !important;
background-repeat: no-repeat !important;
background-position: bottom !important;
background-size: cover !important;
2018-04-11 10:51:50 +00:00
}
2018-04-11 10:53:51 +00:00
2018-04-11 10:51:50 +00:00
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.login-body {
//background: url("../images/login/login2x.png") top left no-repeat #f7f7f7;
background: url("/assets/layout/images/login11.jpg") top left no-repeat #f7f7f7 !important;
}
2018-04-12 09:06:29 +00:00
}
2018-04-17 11:43:37 +00:00
.ui-button-secondary{
background-color : #f5f6f8 !important;
.ui-button-icon-left{
color: #5e6166 !important;
}
}
2018-04-12 09:06:29 +00:00
.ui-button-secondary:hover{
2018-04-17 11:43:37 +00:00
color : #5e6166 !important;
2018-04-12 09:06:29 +00:00
}
.ui-button-large {
font-size: 1.6em !important;
2018-04-12 09:54:15 +00:00
}
2018-04-17 11:43:37 +00:00
.ui-bottom-space-10{
margin-bottom: 10px;
}
.ui-top-space-10{
margin-top: 10px;
}
2018-04-18 14:14:41 +00:00
.ui-top-space--0-5em{
margin-top: -0.5em;
}
.ui-left-space-10{
margin-left: 10px;
}
2018-04-17 11:43:37 +00:00
.ui-float-right{
float:right;
}
.ui-button-width-fit{
width: auto !important;
}
.ui-nopad{
padding: 0px !important;
.ui-accordion-content{
padding: 0px !important;
border: 0px !important;
}
}
.ui-width-100-{
.ui-orderlist-list-container{
width : 100% !important;
}
}
.ui-no-border{
border: 0px !important;
.ui-tree{
border : 0px !important;
}
}
.ui-s-button{
.ui-button-text {
padding: 2px !important;
.ui-button-text-icon-left {
padding: 2px 12px 2px 4px !important;
}
.ui-button-text-icon-right {
padding: 2px 4px 2px 12px !important;
}
}
font-size: 0.8em !important;
2018-04-18 14:14:41 +00:00
}
2018-04-19 06:25:27 +00:00
2018-04-18 14:14:41 +00:00
.ui-status-icon{
//margin-top: 3px;
//position: static;
//display: inline-block;
vertical-align: middle;
&.ui-status-info {
2018-04-19 06:25:27 +00:00
color: #2196F3 !important;
2018-04-18 14:14:41 +00:00
}
&.ui-status-warn {
2018-04-19 06:25:27 +00:00
color: #ffc107 !important;
2018-04-18 14:14:41 +00:00
}
&.ui-status-error {
2018-04-19 06:25:27 +00:00
color: #e62a10 !important;
2018-04-18 14:14:41 +00:00
}
&.ui-status-fatal {
2018-04-19 06:25:27 +00:00
color: #212121 !important;
2018-04-18 14:14:41 +00:00
}
&.ui-status-success {
2018-04-19 06:25:27 +00:00
color: #8BC34A !important;
}
}
img.ui-img-profile-responsive {
width : 100%;
height: auto;
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
2018-04-19 13:25:17 +00:00
2018-04-19 06:25:27 +00:00
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
2018-04-18 14:14:41 +00:00
}
2018-04-19 13:25:17 +00:00
}
.ui-sensors-datalist {
.ui-sensors{
.ui-sensor{
display:inline-block;
margin: auto;
padding:9px;
text-align: center;
.ui-icon-lg{
font-size: 3em;
margin: 3px;
}
}
.ui-sensors-details{
display:inline-block;
margin: auto 0;
}
}
}
2018-04-19 15:04:58 +00:00
.ui-key-value {
of-key-value{
width: 100%;
2018-04-20 08:35:36 +00:00
min-width: 250px;
margin: 0 -5px;
2018-04-19 15:04:58 +00:00
}
div {
width: 100%;
2018-04-20 08:35:36 +00:00
margin: 0;
padding: 0;
2018-04-19 15:04:58 +00:00
}
span {
font-weight: bold;
2018-04-20 08:35:36 +00:00
width: 105px ;
display: inline-block;
padding: 5px;
margin: 0;
2018-04-19 15:04:58 +00:00
text-align: right;
2018-04-20 08:35:36 +00:00
//background: red;
2018-04-19 15:04:58 +00:00
}
span::after {
content: " : ";
}
2018-04-20 08:35:36 +00:00
span.ng-star-inserted, a.ng-star-inserted>span {
2018-04-19 15:04:58 +00:00
font-weight: normal;
text-align: left;
2018-04-20 08:35:36 +00:00
display: inline-block;
padding: 5px;
margin: 0;
width: 50%;
//background: blue;
2018-04-19 15:04:58 +00:00
}
span.ng-star-inserted::after, a.ng-star-inserted>span::after {
content: " ";
}
}
.ui-bottom-border-1 {
border-bottom: #bdbdbd 1px solid;
}
2018-04-25 11:14:54 +00:00
.layout-container .ultima-menu .ui-app-noti{
h4 {
line-height: 1.2em;
border-top : 1px solid #bdbdbd;
border-bottom : 1px solid #bdbdbd;
margin: 0;
width: 100%;
padding: 7px 10px;
color: #bdbdbd;
}
li{
padding: 0 ;
width: 100%;
border-bottom: #bdbdbd 1px solid;
a {
display: block;
.ui-app-noti-title {
font-weight: bold;
float: left;
}
.ui-app-noti-date{
float: right;
font-size: 0.8em;
color: #5e6166;
}
.ui-app-noti-content{
float: left;
overflow: hidden;
2018-04-22 11:10:12 +00:00
}
}
}
2018-04-25 09:55:43 +00:00
}