mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
More fixes since I re-merged to my fork :).
This commit is contained in:
@@ -170,7 +170,7 @@ table.total {
|
|||||||
table tbody tr td {
|
table tbody tr td {
|
||||||
&:nth-child(4) {
|
&:nth-child(4) {
|
||||||
span {
|
span {
|
||||||
display: inline;
|
display:inline;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
@@ -200,8 +200,8 @@ table.total {
|
|||||||
&:nth-child(1) {
|
&:nth-child(1) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 0;
|
max-width: 0 !important;
|
||||||
width: 0;
|
width: 0 !important;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
&:nth-child(3) {
|
&:nth-child(3) {
|
||||||
@@ -215,12 +215,16 @@ table.total {
|
|||||||
|
|
||||||
.smallPhone({
|
.smallPhone({
|
||||||
table tbody tr td {
|
table tbody tr td {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&:nth-child(6) {
|
&:nth-child(6) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 0;
|
max-width: 0 !important;
|
||||||
width: 0;
|
width: 0 !important;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
||||||
|
u { display: none; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
// To overwrite, put the smallest devices at the bottom
|
// To overwrite, put the smallest devices at the bottom
|
||||||
|
|
||||||
.smallPhone(@rules) {
|
.smallPhone(@rules) {
|
||||||
@media only screen and (max-width: 350px) {
|
@media only screen and (max-width: 400px) {
|
||||||
@rules();
|
@rules();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user