mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 12:14:22 +08:00
70 lines
1.0 KiB
SCSS
70 lines
1.0 KiB
SCSS
.md-layout-item{
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.typo-line {
|
|
padding-left: 140px;
|
|
margin-bottom: 40px;
|
|
position: relative;
|
|
}
|
|
.typo-line .category {
|
|
transform: translateY(-50%);
|
|
top: 50%;
|
|
left: 0px;
|
|
position: absolute;
|
|
}
|
|
.sidebar .nav>li.active-pro {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 10px;
|
|
}
|
|
}
|
|
|
|
#map {
|
|
position: relative;
|
|
width: 100%;
|
|
height: calc(100vh - 60px);
|
|
}
|
|
|
|
.places-buttons .btn {
|
|
margin-bottom: 30px
|
|
}
|
|
|
|
.space-70 {
|
|
height: 70px;
|
|
display: block;
|
|
}
|
|
|
|
.tim-row {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.tim-typo {
|
|
padding-left: 25%;
|
|
margin-bottom: 40px;
|
|
position: relative;
|
|
}
|
|
|
|
.tim-typo .tim-note {
|
|
bottom: 10px;
|
|
color: #c0c1c2;
|
|
display: block;
|
|
font-weight: 400;
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
left: 0;
|
|
margin-left: 20px;
|
|
position: absolute;
|
|
width: 260px;
|
|
}
|
|
|
|
.tim-row {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.tim-row h3 {
|
|
margin-top: 0;
|
|
}
|