mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Feature: Favorites added to assets, Bulk Fav/unfav, adds favs to client overview
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
For screens below 576px (xs):
|
||||
- Make the button full-width, display:block
|
||||
/*
|
||||
For screens below 576px (xs):
|
||||
- Make the button full-width, display:block
|
||||
*/
|
||||
@media (max-width: 575.98px) {
|
||||
.btn-responsive {
|
||||
@@ -9,9 +9,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
For screens 576px (sm) and above:
|
||||
- Revert to an inline style
|
||||
- Revert to an inline style
|
||||
*/
|
||||
@media (min-width: 576px) {
|
||||
.btn-responsive {
|
||||
@@ -26,4 +26,19 @@
|
||||
|
||||
.drag-handle:active {
|
||||
cursor: grabbing !important;
|
||||
}
|
||||
}
|
||||
|
||||
.star-toggle input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.star-toggle i {
|
||||
cursor: pointer;
|
||||
font-size: 1.2rem;
|
||||
color: #adb5bd;
|
||||
}
|
||||
|
||||
.star-toggle input:checked + i {
|
||||
color: #f1c40f;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user