style note

This commit is contained in:
2023-11-06 15:14:25 +01:00
parent 215ddf2784
commit 60f5176f37
4 changed files with 28 additions and 17 deletions
@@ -31,6 +31,18 @@ table {
#paragraph-id--227 td { #paragraph-id--227 td {
text-align: start; } text-align: start; }
.note {
display: block;
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey; }
.note .note-title {
background-color: white;
display: block;
padding: 1rem; }
/*global*/ /*global*/
@font-face { @font-face {
font-family: 'Font Awesome'; font-family: 'Font Awesome';
@@ -822,14 +834,6 @@ a {
.field--name-field-subheading { .field--name-field-subheading {
font-size: 1rem; } font-size: 1rem; }
.note {
display: table;
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey; }
.node-book-edit-form { .node-book-edit-form {
width: 80%; width: 80%;
border-top-style: solid; border-top-style: solid;
@@ -0,0 +1,14 @@
.note{
display: block;
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey;
}
.note-title{
background-color: white;
display: block;
padding: 1rem;
}
@@ -3,12 +3,4 @@
} }
.note{
display: table;
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey;
}
@@ -3,6 +3,7 @@
/*components*/ /*components*/
@import "components/_quotes"; @import "components/_quotes";
@import "components/_tablefields"; @import "components/_tablefields";
@import "components/_notes";
/*global*/ /*global*/