mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Conflicts: app/assets/stylesheets/forms.css app/assets/stylesheets/landing.scss app/views/content/show.html.erb
48 lines
573 B
SCSS
48 lines
573 B
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;
|
|
}
|
|
|
|
.grey-text {
|
|
i {
|
|
font-size: 90%;
|
|
}
|
|
|
|
a {
|
|
color: grey;
|
|
}
|
|
}
|
|
|
|
.content-field {
|
|
min-height: 140px;
|
|
}
|
|
|
|
.formatted-text {
|
|
p {
|
|
margin-bottom: 20px !important;
|
|
}
|
|
|
|
ul {
|
|
list-style: initial;
|
|
|
|
li {
|
|
list-style-type: initial !important;
|
|
}
|
|
}
|
|
|
|
ol {
|
|
padding: 0;
|
|
}
|
|
}
|