mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
Cleanup SCSS
This commit is contained in:
parent
9f461b4ee5
commit
c8902ab0e6
@ -17,7 +17,6 @@ button,
|
||||
line-height: $button-line-height;
|
||||
cursor: default;
|
||||
transition: border-color 150ms, background-color 150ms, color 150ms;
|
||||
|
||||
@include user-select-none;
|
||||
&:hover {
|
||||
border-color: $color-gray-light;
|
||||
|
@ -2,7 +2,6 @@
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
margin: 0 auto;
|
||||
padding-right: $columns-gutter / 2;
|
||||
padding-left: $columns-gutter / 2;
|
||||
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
@ -21,7 +20,6 @@
|
||||
.row {
|
||||
margin-right: -($columns-gutter / 2);
|
||||
margin-left: -($columns-gutter / 2);
|
||||
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
text-align: center;
|
||||
line-height: 23px;
|
||||
cursor: default;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
margin-bottom: 1rem;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
@ -11,7 +10,6 @@
|
||||
margin-right: 0.5rem;
|
||||
color: #444;
|
||||
font-size: 1rem;
|
||||
|
||||
@include icon(file);
|
||||
}
|
||||
|
||||
@ -55,7 +53,6 @@
|
||||
.file-name {
|
||||
width: 60%;
|
||||
font-size: 0.9375rem;
|
||||
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,6 @@
|
||||
border-radius: 3px;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.5;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
@ -106,7 +105,6 @@
|
||||
background-color: $color-gray-xlight;
|
||||
font-size: 0.875rem;
|
||||
cursor: default;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
@ -258,6 +256,5 @@ input[type=range]::-ms-thumb {
|
||||
padding: 0 0.5rem;
|
||||
vertical-align: 0.1875rem;
|
||||
font-size: 0.875rem;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
@ -12,11 +12,9 @@ textarea {
|
||||
font-size: $input-font-size;
|
||||
font-family: $base-font-family;
|
||||
line-height: $input-line-height;
|
||||
|
||||
@include appearance-none;
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
@extend .focused;
|
||||
}
|
||||
}
|
||||
@ -98,7 +96,6 @@ label {
|
||||
display: inline-block;
|
||||
margin-bottom: $label-margin-bottom;
|
||||
font-size: $label-font-size;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
content: attr(data-text);
|
||||
text-align: center;
|
||||
font-size: 0.75rem;
|
||||
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
display: block;
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
|
||||
@include ellipsis;
|
||||
}
|
||||
&::before {
|
||||
|
@ -2,7 +2,6 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
@ -67,7 +66,6 @@
|
||||
display: inline-block;
|
||||
margin-right: 0.375rem;
|
||||
font-size: 0.75rem;
|
||||
|
||||
@include icon(circle);
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
background-color: #fff;
|
||||
color: #3498da;
|
||||
animation: none;
|
||||
|
||||
@include icon(info);
|
||||
}
|
||||
|
||||
@ -39,7 +38,6 @@
|
||||
background-color: #fff;
|
||||
color: #2ecc70;
|
||||
animation: none;
|
||||
|
||||
@include icon(check);
|
||||
}
|
||||
|
||||
@ -48,6 +46,5 @@
|
||||
background-color: #fff;
|
||||
color: #e74c3b;
|
||||
animation: none;
|
||||
|
||||
@include icon(exclamation);
|
||||
}
|
||||
|
@ -9,7 +9,6 @@
|
||||
background-color: #f0f0f0;
|
||||
box-shadow: rgba(240, 240, 240, 0.25) 1px 1px 9px 3px;
|
||||
color: #444;
|
||||
|
||||
@include user-select-none;
|
||||
@include ellipsis;
|
||||
@media (min-width: map-get($responsive-breakpoints, 's')) {
|
||||
|
@ -1,6 +1,5 @@
|
||||
.users-list {
|
||||
border-top: 1px solid #e4e4e4;
|
||||
|
||||
@include user-select-none;
|
||||
}
|
||||
|
||||
@ -12,7 +11,6 @@
|
||||
.users-item-cell {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
|
||||
@include ellipsis;
|
||||
}
|
||||
|
||||
@ -24,7 +22,6 @@
|
||||
.user-status-label::before {
|
||||
display: inline-block;
|
||||
margin-right: 0.25rem;
|
||||
|
||||
@include icon(circle);
|
||||
}
|
||||
|
||||
|
@ -1,104 +1,104 @@
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8ccezI9tAcVwob5A.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8ccezI9tAcVwob5A.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85iU1ECVZl_86Y.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85iU1ECVZl_86Y.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85jU1ECVZl_86Y.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85jU1ECVZl_86Y.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85tU1ECVZl_.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
font-family: 'Nunito Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url(https://fonts.gstatic.com/s/nunitosans/v3/pe03MImSLYBIv1o4X1M8cc9iB85tU1ECVZl_.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhGq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhGq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
||||
}
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhPq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhPq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
||||
}
|
||||
/* greek-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhHq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhHq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+1F00-1FFF;
|
||||
}
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhIq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhIq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0370-03FF;
|
||||
}
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhEq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhEq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhFq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhFq3-cXbKDO1w.woff2) format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3-cXbKD.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v5/L0x5DF4xlVMF-BfR8bXMIjhLq3-cXbKD.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
@ -1,26 +1,26 @@
|
||||
@font-face {
|
||||
font-family: 'Icons';
|
||||
src: url('../icons/icons.eot');
|
||||
src: url('../icons/icons.eot#iefix') format('embedded-opentype'),
|
||||
url('../icons/icons.woff2') format('woff2'),
|
||||
url('../icons/icons.woff') format('woff'),
|
||||
url('../icons/icons.ttf') format('truetype'),
|
||||
url('../icons/icons.svg#icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'Icons';
|
||||
src: url('../icons/icons.eot');
|
||||
src: url('../icons/icons.eot#iefix') format('embedded-opentype'),
|
||||
url('../icons/icons.woff2') format('woff2'),
|
||||
url('../icons/icons.woff') format('woff'),
|
||||
url('../icons/icons.ttf') format('truetype'),
|
||||
url('../icons/icons.svg#icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
[class^='i-']::before,
|
||||
[class*=' i-']::before {
|
||||
display: inline-block;
|
||||
width: 1.25em;
|
||||
text-decoration: inherit;
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-family: 'Icons';
|
||||
line-height: 1em;
|
||||
display: inline-block;
|
||||
width: 1.25em;
|
||||
text-decoration: inherit;
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-family: 'Icons';
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user