项目文件夹

文件
Stefan Moldovan ca24e0184d ## [2.1.0] 2018-06-13
### Bug fixing
- Card-chart fixed on Windows
- Bug fixes for responsive devices
- Small changes for components
2018-06-13 12:52:26 +03:00

61 行
1.0 KiB
CSS

.tim-typo {
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note {
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 15px;
left: 0;
margin-left: 20px;
position: absolute;
width: 260px;
}
/* offline-doc */
.offline-doc .navbar.navbar-transparent {
padding-top: 25px;
border-bottom: none;
}
.offline-doc .navbar.navbar-transparent .navbar-minimize {
display: none;
}
.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
color: #FFFFFF !important;
}
.offline-doc .footer {
z-index: 3 !important;
}
.offline-doc .page-header .container {
z-index: 3;
}
.offline-doc .page-header:after {
background-color: rgba(0, 0, 0, 0.5);
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
#map {
z-index: 2;
height: calc(100vh - 70px);
margin-top: 70px;
}