notebook/app/assets/stylesheets/content.css.scss
2018-12-18 16:19:11 -06:00

135 lines
1.8 KiB
SCSS

ul li.collection-item:hover .secondary-content {
display: block !important;
}
table.content-table tr .secondary-content {
visibility: hidden;
}
table.content-table tr:hover .secondary-content {
visibility: visible;
}
p.long-form {
margin-bottom: 16px;
}
.card-action.nice-icon-links {
i {
font-size: 90%;
}
a {
color: grey;
}
}
.grey-text {
i {
font-size: 90%;
}
a {
color: grey;
}
}
.content-tabs {
li.tab, li.fake-tab {
margin: 0;
padding: 0 !important;
a {
display: block;
padding: 10px 20px;
}
}
li:hover {
a {
color: red;
}
}
}
.content-field {
min-height: 60px;
textarea.materialize-textarea {
height: 80px;
}
}
.content-field.focused {
padding: 20px;
margin-left: -30px;
margin-right: -30px;
margin-bottom: 20px;
position: relative;
background: white;
z-index: 1;
-webkit-box-shadow: 0px 2px 20px -1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 20px -1px rgba(0,0,0,0.3);
box-shadow: 0px 2px 20px -1px rgba(0,0,0,0.3);
textarea {
min-height: 140px;
}
}
.formatted-text {
p {
margin-bottom: 20px !important;
}
ul {
list-style: initial;
li {
list-style-type: initial !important;
}
}
ol {
padding: 0;
}
}
.markdownable {
margin-top: 9px !important;
ul {
padding-left: 40px !important;
li {
list-style-type: disc !important;
}
}
p:not(:first-child) {
margin-bottom: 18px !important;
}
}
.spaced-paragraphs {
p {
margin-bottom: 18px !important;
}
}
.changelog {
td {
padding-top: 10px;
padding-bottom: 10px;
}
margin-bottom: 30px;
}
.parallax-header {
img {
-webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
filter: blur(3px);
}
}