aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/default/scss/shaarli.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/default/scss/shaarli.scss')
-rw-r--r--assets/default/scss/shaarli.scss16
1 files changed, 13 insertions, 3 deletions
diff --git a/assets/default/scss/shaarli.scss b/assets/default/scss/shaarli.scss
index 6b286f1e..760d8d6a 100644
--- a/assets/default/scss/shaarli.scss
+++ b/assets/default/scss/shaarli.scss
@@ -381,8 +381,6 @@ body,
381 box-shadow: 0 1px 0 $light-shadow, 0 1px 4px $dark-shadow inset; 381 box-shadow: 0 1px 0 $light-shadow, 0 1px 4px $dark-shadow inset;
382 background: $almost-white; 382 background: $almost-white;
383 padding: 5px 5px 3px 15px; 383 padding: 5px 5px 3px 15px;
384 width: 20%;
385 height: 20px;
386 color: $dark-grey; 384 color: $dark-grey;
387} 385}
388 386
@@ -742,7 +740,7 @@ body,
742 font-size: 1em; 740 font-size: 1em;
743 } 741 }
744 742
745 .delete-checkbox { 743 .link-checkbox {
746 display: none; 744 display: none;
747 } 745 }
748} 746}
@@ -757,6 +755,14 @@ body,
757 font-size: 1.3em; 755 font-size: 1.3em;
758} 756}
759 757
758.pin-link {
759 font-size: 1.3em;
760}
761
762.pinned-link {
763 color: $blue !important;
764}
765
760.linklist-item-description { 766.linklist-item-description {
761 position: relative; 767 position: relative;
762 padding: 0 10px; 768 padding: 0 10px;
@@ -850,6 +856,10 @@ body,
850 margin: 0 7px; 856 margin: 0 7px;
851} 857}
852 858
859.ctrl-delete {
860 margin: 0 7px 0 0;
861}
862
853// 64em -> lg 863// 64em -> lg
854@media screen and (max-width: 64em) { 864@media screen and (max-width: 64em) {
855 .linklist-item-infos-url { 865 .linklist-item-infos-url {