summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_mixins.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_mixins.scss')
-rw-r--r--web-ui/app/scss/_mixins.scss66
1 files changed, 0 insertions, 66 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss
index 13f90685..b752e8a5 100644
--- a/web-ui/app/scss/_mixins.scss
+++ b/web-ui/app/scss/_mixins.scss
@@ -80,72 +80,6 @@
}
}
-@mixin tags {
- i.tags-label {
- vertical-align: bottom;
- font-size: medium;
- color: $light_gray;
- }
-
- ul.tags {
- margin-bottom: 0;
- li {
- font-size: 0.6rem;
- background-color: lighten($action_buttons, 12);
- color: white;
- display: inline;
- padding: 2px 3px;
- margin: 0 1px;
- position: relative;
- @include border-radius(2px);
- &[data-tag="drafts"] {
- color: $attention;
- background: $contrast;
- }
- &.tag:hover {
- text-decoration: line-through;
- cursor: pointer;
- }
- &.add-new {
- opacity: 0.6;
- transition: background-color 150ms ease-out;
- background: transparent;
- border: 1px solid $lighter_gray;
- line-height: 0;
- padding: 1px 2px;
- margin-left: -5px;
- @include border-radius(2px);
- &:hover {
- opacity: 1;
- background: $lighter_gray;
- }
- i {
- &:before {
- vertical-align: middle;
- font-size: smaller;
- }
- }
- }
- &.new-tag {
- font-size: 0.7em;
- display: inline-block;
- padding: 0;
- background: transparent;
- input {
- display: inline;
- font-size: 1em;
- padding: 1px 5px;
- width: 120px;
- margin: 0;
- }
- @include tt-hint;
- .tt-dropdown-menu {
- width: 250px;
- }
- }
- }
- }
-}
@mixin searching($top, $left, $color, $size){
&.searching {