phpvms/public/assets/admin/css/admin.css

95 lines
1.5 KiB
CSS
Raw Normal View History

2017-12-17 05:12:44 +08:00
/**
*
*
*/
.border-blue-bottom {
border-bottom: 3px solid #067ec1;
}
@media (min-width: 992px) {
.typo-line {
2017-08-18 03:54:14 +08:00
padding-left: 140px;
margin-bottom: 40px;
position: relative;
}
2017-12-17 05:12:44 +08:00
.typo-line .category {
2017-08-18 03:54:14 +08:00
transform: translateY(-50%);
top: 50%;
left: 0px;
position: absolute;
}
}
2017-08-18 07:26:48 +08:00
.icon-section {
2017-12-17 05:12:44 +08:00
margin: 0 0 3em;
clear: both;
overflow: hidden;
2017-08-18 03:54:14 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-container {
2017-12-17 05:12:44 +08:00
width: 240px;
padding: .7em 0;
float: left;
position: relative;
text-align: left;
2017-08-18 03:54:14 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
2017-12-17 05:12:44 +08:00
color: #000;
position: absolute;
margin-top: 3px;
transition: .3s;
2017-08-18 03:54:14 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
2017-12-17 05:12:44 +08:00
font-size: 2.2em;
margin-top: -5px;
2017-08-18 03:54:14 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-container:hover .icon-name {
2017-12-17 05:12:44 +08:00
color: #000;
2017-08-18 07:26:48 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-name {
2017-12-17 05:12:44 +08:00
color: #aaa;
margin-left: 35px;
font-size: .8em;
transition: .3s;
2017-08-18 07:26:48 +08:00
}
2017-12-17 05:12:44 +08:00
2017-08-18 07:26:48 +08:00
.icon-container:hover .icon-name {
2017-12-17 05:12:44 +08:00
margin-left: 45px;
2017-08-18 03:54:14 +08:00
}
2017-12-17 05:12:44 +08:00
.places-buttons .btn {
2017-08-18 03:54:14 +08:00
margin-bottom: 30px
}
2017-12-17 05:12:44 +08:00
.sidebar .nav > li.active-pro {
2017-08-18 03:54:14 +08:00
position: absolute;
width: 100%;
bottom: 10px;
}
2017-12-17 05:12:44 +08:00
.sidebar .nav > li.active-pro a {
2017-08-18 03:54:14 +08:00
background: rgba(255, 255, 255, 0.14);
opacity: 1;
color: #FFFFFF;
}
.table-upgrade td:nth-child(2),
2017-12-17 05:12:44 +08:00
.table-upgrade td:nth-child(3) {
2017-08-18 03:54:14 +08:00
text-align: center;
}
2018-01-01 04:00:50 +08:00
span.required {
color: #c12e2a;
font-weight: 400;
font-size: 120%;
vertical-align: sub;
}