1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

removed named sql statements

This commit is contained in:
Harvey Kandola 2017-09-25 14:37:11 +01:00
parent 9ccd0fd19c
commit 8f80673cde
32 changed files with 218 additions and 937 deletions

View file

@ -242,11 +242,10 @@
border: 1px solid $color-gray;
}
.button-chip {
background-color: $color-chip;
color: $color-chip-text;
border: 1px solid $color-chip-border;
@include button-hover-state($color-chip);
.button-nav {
background-color: $color-nav-button;
color: $color-nav-button-text;
border: 1px solid $color-nav-button;
}
.flat-button {

View file

@ -5,45 +5,17 @@
height: 25px;
line-height: 0;
margin: 0 5px 10px 0;
border: 1px solid $color-chip-border;
background-color: $color-chip;
color: $color-chip-text;
&:hover {
> i.material-icons {
visibility: visible;
}
}
border: 1px solid $color-gray;
background-color: $color-gray;
color: $color-white;
> .chip-text {
display: inline-block;
font-weight: 400;
font-size: 1rem;
color: $color-chip-text;
color: $color-white;
padding: 11px 10px 0 10px;
letter-spacing: 0.7px;
line-height: 0;
}
> i.material-icons {
visibility: hidden;
color: $color-chip-text;
font-size: 13px;
margin: 13px 8px 0 0;
padding: 0;
line-height: 0;
}
}
.chip-action {
@extend .chip;
background-color: $color-white;
&:hover {
cursor: pointer;
}
> .chip-text {
color: $color-chip-text;
}
}

View file

@ -1,17 +0,0 @@
.symbol {
display: inline-block;
border-radius: 2px;
height: 40px;
width: 40px;
padding: 0;
line-height: 0;
margin: 0;
text-align: center;
background-color: $color-symbol-box;
> .material-icons {
font-size: 22px;
margin-top: 20px;
color: $color-symbol-icon;
}
}

View file

@ -73,7 +73,6 @@
@import "widget-radio";
@import "widget-selection";
@import "widget-sidebar-menu";
@import "widget-symbol";
@import "widget-tab";
@import "widget-table";
@import "widget-tooltip";