mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Optimize icons, and now yes use them!
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
@include icon-color('app', 'quicknotes', $color-black);
|
||||
}
|
||||
|
||||
.icon-pin {
|
||||
@include icon-color('pin', 'quicknotes', $color-black);
|
||||
}
|
||||
|
||||
.icon-pinned {
|
||||
@include icon-color('pinned', 'quicknotes', $color-black);
|
||||
}
|
||||
|
||||
#app-content-wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -101,6 +109,10 @@
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
//.icon-header-note:hover {
|
||||
// background-color: rgba(0,0,0,0.14);
|
||||
//}
|
||||
|
||||
.hide-header-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user