tags css
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.notes {
|
||||
width: 25%;
|
||||
max-width: 25%;
|
||||
border-left: 1px solid #dddddd;
|
||||
border-right: 1px solid #dddddd;
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
|
||||
.tags {
|
||||
width: 15%;
|
||||
|
||||
$tags-title-bar-height: 55px;
|
||||
|
||||
.tags-title-bar {
|
||||
color: black;
|
||||
height: 55px !important;
|
||||
height: $tags-title-bar-height !important;
|
||||
padding-left: 12px !important;
|
||||
padding-right: 12px !important;
|
||||
font-size: 12px !important;
|
||||
@@ -25,6 +26,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
height: calc(100vh - (#{$tags-title-bar-height} + #{$header-height}));
|
||||
}
|
||||
|
||||
.tag {
|
||||
height: 30px;
|
||||
padding: 5px 12px;
|
||||
|
||||
Reference in New Issue
Block a user