update roboto
This commit is contained in:
parent
54c7893487
commit
90f7d3612a
1 changed files with 22 additions and 19 deletions
|
@ -304,7 +304,7 @@ html {
|
||||||
-ms-touch-action: manipulation;
|
-ms-touch-action: manipulation;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
/* Prevent white flickering */
|
/* Prevent white flickering */
|
||||||
background-color: #1f1f1f;
|
background-color: #262626;
|
||||||
/* Normalize for different browsers */
|
/* Normalize for different browsers */
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -657,10 +657,20 @@ h1 .imageLink {
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.paperCheckboxFieldDescription {
|
||||||
|
padding-left: 30px;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
paper-input + .fieldDescription {
|
||||||
|
padding-top: 5px;
|
||||||
|
opacity: .9;
|
||||||
|
}
|
||||||
|
|
||||||
.warningFieldDescription {
|
.warningFieldDescription {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #f4c63f;
|
border: 1px solid #f4c63f;
|
||||||
background: #ffefaa;
|
background: #fff3a5;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -706,7 +716,7 @@ h1 .imageLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-page-theme-a {
|
.ui-page-theme-a {
|
||||||
background: #f2f2f2;
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-page-theme-a .content-secondary {
|
.ui-page-theme-a .content-secondary {
|
||||||
|
@ -868,15 +878,8 @@ h1 .imageLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
.directoryPickerHeadline {
|
.directoryPickerHeadline {
|
||||||
border: 1px solid #f7c942;
|
color: #000;
|
||||||
color: #222;
|
background: #fff3a5;
|
||||||
background: #fff9df;
|
|
||||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#fffadf),to(#fff3a5));
|
|
||||||
background-image: -webkit-linear-gradient(#fffadf,#fff3a5);
|
|
||||||
background-image: -moz-linear-gradient(#fffadf,#fff3a5);
|
|
||||||
background-image: -ms-linear-gradient(#fffadf,#fff3a5);
|
|
||||||
background-image: -o-linear-gradient(#fffadf,#fff3a5);
|
|
||||||
background-image: linear-gradient(#fffadf,#fff3a5);
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -894,7 +897,7 @@ h1 .imageLink {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
padding: .5em 2em 1em;
|
padding: .5em 2em 1em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background: #e8e8e8;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizardNavigation {
|
.wizardNavigation {
|
||||||
|
@ -905,10 +908,6 @@ h1 .imageLink {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wizardContent p {
|
|
||||||
margin: 2em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wizardContent h2 img {
|
.wizardContent h2 img {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -931,7 +930,7 @@ h1 .imageLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerOverBottomTabs {
|
.footerOverBottomTabs {
|
||||||
bottom: 49px !important;
|
bottom: 52px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerNotification {
|
.footerNotification {
|
||||||
|
@ -1354,12 +1353,16 @@ progress {
|
||||||
|
|
||||||
@media all and (min-width: 800px) {
|
@media all and (min-width: 800px) {
|
||||||
|
|
||||||
.supporterPromotion {
|
.supporterPromotion:not(.inlineSupporterPromotion) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inlineSupporterPromotion {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.disabledUser {
|
.disabledUser {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue