Decreased size of fonts in ‘Selection’ panel
This commit is contained in:
parent
4e85ca5d4e
commit
3bc7dbe7db
@ -1648,7 +1648,7 @@ div.dialogBox {
|
|||||||
#selections {
|
#selections {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 18pt; }
|
font-size: 14pt; }
|
||||||
#selections ul.defaultSet {
|
#selections ul.defaultSet {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px; }
|
padding-bottom: 10px; }
|
||||||
@ -1713,7 +1713,7 @@ div.dialogBox {
|
|||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
font-family: "clipperz-font";
|
font-family: "clipperz-font";
|
||||||
font-size: 18pt;
|
font-size: 14pt;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
@ -1873,7 +1873,7 @@ div.dialogBox {
|
|||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 12pt; }
|
font-size: 10pt; }
|
||||||
#selections .showArchivedCards input {
|
#selections .showArchivedCards input {
|
||||||
-webkit-box-flex: none;
|
-webkit-box-flex: none;
|
||||||
-webkit-flex: none;
|
-webkit-flex: none;
|
||||||
@ -1888,7 +1888,8 @@ div.dialogBox {
|
|||||||
-moz-flex: auto;
|
-moz-flex: auto;
|
||||||
-ms-flex: auto;
|
-ms-flex: auto;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
padding-left: 5px; }
|
padding-left: 5px;
|
||||||
|
line-height: initial; }
|
||||||
#selections .showArchivedCards .count {
|
#selections .showArchivedCards .count {
|
||||||
-webkit-box-flex: none;
|
-webkit-box-flex: none;
|
||||||
-webkit-flex: none;
|
-webkit-flex: none;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -24,7 +24,7 @@ refer to http://www.clipperz.com.
|
|||||||
#selections {
|
#selections {
|
||||||
background-color: $main-alternate-color;
|
background-color: $main-alternate-color;
|
||||||
color: $main-alternate-text-color;
|
color: $main-alternate-text-color;
|
||||||
font-size: 18pt;
|
font-size: 14pt;
|
||||||
|
|
||||||
// height: 100%;
|
// height: 100%;
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ refer to http://www.clipperz.com.
|
|||||||
@include order(1);
|
@include order(1);
|
||||||
|
|
||||||
font-family: "clipperz-font";
|
font-family: "clipperz-font";
|
||||||
font-size: 18pt;
|
font-size: 14pt;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
@ -225,7 +225,7 @@ refer to http://www.clipperz.com.
|
|||||||
@include flex-direction(row);
|
@include flex-direction(row);
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 12pt;
|
font-size: 10pt;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@include flex(none);
|
@include flex(none);
|
||||||
@ -234,6 +234,9 @@ refer to http://www.clipperz.com.
|
|||||||
.label {
|
.label {
|
||||||
@include flex(auto);
|
@include flex(auto);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
|
||||||
|
// font-size: 10pt;
|
||||||
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.count {
|
.count {
|
||||||
|
Loading…
Reference in New Issue
Block a user