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
@@ -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*/
@import "components/_quotes";
@import "components/_tablefields";
@import "components/_notes";
/*global*/