style note
This commit is contained in:
@@ -37,11 +37,12 @@ table {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
background-color: grey; }
|
||||
.note .note-title {
|
||||
background-color: white;
|
||||
display: block;
|
||||
padding: 1rem; }
|
||||
background-color: #d6d5d5; }
|
||||
|
||||
.note-title {
|
||||
background-color: white;
|
||||
display: block;
|
||||
padding: 1rem; }
|
||||
|
||||
/*global*/
|
||||
@font-face {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
background-color: grey;
|
||||
background-color: rgb(214, 213, 213);
|
||||
}
|
||||
|
||||
.note-title{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/*components*/
|
||||
@import "components/_quotes";
|
||||
@import "components/_tablefields";
|
||||
@import "components/_notes";
|
||||
@import "components/_notes.scss";
|
||||
|
||||
/*global*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user