espanso/_sass/_docs.scss
2019-09-29 17:43:09 +02:00

68 lines
1.1 KiB
SCSS

.docs {
text-align: justify;
.index {
position: -webkit-sticky;
position: sticky;
top: 20px;
li {
margin-bottom: 5px;
}
a {
color: $blackColor;
border-right-style: solid;
}
.active {
a {
color: $mainColor;
}
}
}
h3, h4, h5 {
@media screen and (max-width: $screen-phone) {
text-align: center;
}
}
.card-body {
h3 {
margin: 0 0 15px 0;
}
}
table {
border-collapse: collapse;
@media screen and (max-width: $screen-phone) {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}
td, th {
border: 1px solid #ddd;
padding: 8px;
}
th {
background-color: $lightGrayColor;
}
}
.doc-col {
padding: 10px;
.card-link {
color: $blackColor;
}
.card:hover {
border-color: $mainColor;
}
}