style note
This commit is contained in:
@@ -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*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user