factor styles a bit
This commit is contained in:
parent
85540bad12
commit
e7aafd2beb
@ -12,10 +12,6 @@ a.github-corner > svg {
|
|||||||
-ms-transform: translate(0, 15%);
|
-ms-transform: translate(0, 15%);
|
||||||
transform: translate(0, 15%);
|
transform: translate(0, 15%);
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
Apparently Chrome fails to render fonts half the time, so we just have to drop
|
|
||||||
lato for now :(
|
|
||||||
*/
|
|
||||||
.lato {
|
.lato {
|
||||||
font-family: lato, Helvetica, sans-serif;
|
font-family: lato, Helvetica, sans-serif;
|
||||||
font-size: 1.02em;
|
font-size: 1.02em;
|
||||||
@ -194,7 +190,6 @@ tbody tr td {
|
|||||||
tbody tr th.remove,
|
tbody tr th.remove,
|
||||||
tbody tr td.remove {
|
tbody tr td.remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #FF0073;
|
|
||||||
}
|
}
|
||||||
tbody tr th:last-child {
|
tbody tr th:last-child {
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
@ -268,6 +263,9 @@ tbody td:last-child {
|
|||||||
.top-left {
|
.top-left {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
}
|
}
|
||||||
|
.remove {
|
||||||
|
color: #FF0073;
|
||||||
|
}
|
||||||
form.realtime {
|
form.realtime {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -344,7 +342,6 @@ form.realtime table thead tr th input[type="text"][disabled] {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
form.realtime table thead tr th .remove {
|
form.realtime table thead tr th .remove {
|
||||||
color: #FF0073;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
@ -405,7 +402,6 @@ div.modal table input {
|
|||||||
border: 3px solid #302B28;
|
border: 3px solid #302B28;
|
||||||
}
|
}
|
||||||
div.modal table thead tr th span.remove {
|
div.modal table thead tr th span.remove {
|
||||||
color: #FF0073;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
div.modal table tfoot tr td {
|
div.modal table tfoot tr td {
|
||||||
|
|||||||
@ -33,14 +33,6 @@ a.github-corner > svg {
|
|||||||
.translate(0, 15%);
|
.translate(0, 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
Apparently Chrome fails to render fonts half the time, so we just have to drop
|
|
||||||
lato for now :(
|
|
||||||
*/
|
|
||||||
//.fontface(lato, '/customize/fonts/lato/Lato-Regular.ttf', normal, 400);
|
|
||||||
//.fontface(lato, '/customize/fonts/lato/Lato-Black.ttf', normal, 700);
|
|
||||||
//.fontface(lato, '/customize/fonts/lato/Lato-Italic.ttf', italic, 400);
|
|
||||||
|
|
||||||
.lato {
|
.lato {
|
||||||
font-family: lato, Helvetica, sans-serif;
|
font-family: lato, Helvetica, sans-serif;
|
||||||
font-size: 1.02em;
|
font-size: 1.02em;
|
||||||
@ -138,9 +130,6 @@ img {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
padding-top: .66001rem;
|
padding-top: .66001rem;
|
||||||
//-webkit-font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
|
|
||||||
//-moz-font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
|
|
||||||
//font-feature-settings: 'kern' 1,'onum' 1,'liga' 1;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -150,7 +139,6 @@ p,pre {
|
|||||||
|
|
||||||
p, pre, td, a, table, tr {
|
p, pre, td, a, table, tr {
|
||||||
.lato;
|
.lato;
|
||||||
//color: @fore;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
@ -234,7 +222,6 @@ tbody {
|
|||||||
|
|
||||||
&.remove {
|
&.remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: @cp-red;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
th:last-child {
|
th:last-child {
|
||||||
@ -328,6 +315,8 @@ tbody {
|
|||||||
.top-left;
|
.top-left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.remove { color: @cp-red; }
|
||||||
|
|
||||||
form.realtime {
|
form.realtime {
|
||||||
> input {
|
> input {
|
||||||
&[type="text"] {
|
&[type="text"] {
|
||||||
@ -358,8 +347,6 @@ form.realtime {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
.remove {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.checkbox-cell {
|
&.checkbox-cell {
|
||||||
@ -429,7 +416,6 @@ form.realtime {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.remove {
|
.remove {
|
||||||
color: @cp-red;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
@ -501,13 +487,11 @@ div.modal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
//width: 80%;
|
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
tr {
|
tr {
|
||||||
td {
|
td {
|
||||||
//border: 1px solid white;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -515,14 +499,12 @@ div.modal {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
border: 3px solid @base;
|
border: 3px solid @base;
|
||||||
//display: table-cell;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
tr {
|
tr {
|
||||||
th {
|
th {
|
||||||
span.remove {
|
span.remove {
|
||||||
color: @cp-red;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user