Stylelint rules - lowercase everything

[MAILPOET-2067]
This commit is contained in:
Ján Mikláš
2019-05-13 10:50:56 +02:00
committed by M. Shull
parent 213fb4c1d8
commit 8e409ecfe0
8 changed files with 39 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
.mailpoet-discount-container {
background: white;
border: 1px solid #FF5301;
border: 1px solid #ff5301;
margin: 15px;
padding: 20px;
text-align: center;

View File

@@ -83,7 +83,7 @@ $handle_icon: '../../img/handle.png';
}
.mailpoet_form_block.highlighted {
border: 1px solid #5897FB;
border: 1px solid #5897fb;
padding: 9px 17px;
}
@@ -173,11 +173,11 @@ $handle_icon: '../../img/handle.png';
}
#mailpoet_form_toolbar .mailpoet_form_toolbar_tabs a {
background: linear-gradient(center top, #F9F9F9, #F5F5F5);
background-color: #F5F5F5;
border: 1px solid #DFDFDF;
background: linear-gradient(center top, #f9f9f9, #f5f5f5);
background-color: #f5f5f5;
border: 1px solid #dfdfdf;
border-radius: 3px 3px 0 0;
box-shadow: 0 1px 0 #FFFFFF inset;
box-shadow: 0 1px 0 #ffffff inset;
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
padding: 0 7px;
}
@@ -288,11 +288,11 @@ $handle_icon: '../../img/handle.png';
#mailpoet_form_toolbar a.mailpoet_form_field,
.mailpoet_form_widget {
background: linear-gradient(center 0, #F9F9F9, #ececec);
background-color: #F5F5F5;
border: 1px solid #DFDFDF;
background: linear-gradient(center 0, #f9f9f9, #ececec);
background-color: #f5f5f5;
border: 1px solid #dfdfdf;
border-radius: 3px;
box-shadow: 0 1px 0 #FFFFFF inset;
box-shadow: 0 1px 0 #ffffff inset;
color: #222;
cursor: move;
display: block;
@@ -301,7 +301,7 @@ $handle_icon: '../../img/handle.png';
height: 25px;
line-height: 25px;
padding: 0 7px;
text-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px 0 #ffffff;
}
#mailpoet_form_toolbar a.mailpoet_form_field.disabled {
@@ -558,11 +558,11 @@ $handle_icon: '../../img/handle.png';
}
.wysija_settings a {
background: linear-gradient(center 0, #F9F9F9, #ececec);
background-color: #F5F5F5;
border: 1px solid #DFDFDF;
background: linear-gradient(center 0, #f9f9f9, #ececec);
background-color: #f5f5f5;
border: 1px solid #dfdfdf;
border-radius: 3px;
box-shadow: 0 1px 0 #FFFFFF inset;
box-shadow: 0 1px 0 #ffffff inset;
color: #222;
cursor: pointer;
display: block;
@@ -570,7 +570,7 @@ $handle_icon: '../../img/handle.png';
font-weight: normal;
padding: 5px 5px 3px 27px;
text-decoration: none;
text-shadow: 0 1px 0 #FFFFFF;
text-shadow: 0 1px 0 #ffffff;
}
.wysija_settings a span {

View File

@@ -239,7 +239,7 @@ body.mailpoet_modal_opened {
animation-duration: 1.9500000000000002s;
animation-iteration-count: infinite;
animation-name: bounce_mailpoet_modal_loading;
background-color: #E01D4E;
background-color: #e01d4e;
border-radius: 21px;
height: 32px;
margin-left: 17px;
@@ -259,5 +259,5 @@ body.mailpoet_modal_opened {
}
@keyframes bounce_mailpoet_modal_loading {
0%, 50% { background-color: #064E6D; }
0%, 50% { background-color: #064e6d; }
}

View File

@@ -1,21 +1,21 @@
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
color: #468847;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
background-color: #F2DEDE;
border: 1px solid #EED3D7;
color: #B94A48;
background-color: #f2dede;
border: 1px solid #eed3d7;
color: #b94a48;
}
.parsley-errors-list {
color: #B94A48;
color: #b94a48;
font-size: 0.9em;
line-height: 0.9em;
list-style-type: none;

View File

@@ -99,7 +99,7 @@
}
.sending-free-plan-button {
background: #FF5301;
background: #ff5301;
border-color: #e64c03;
box-shadow: 0 1px 0 #e64c03;
margin: 10px 0;

View File

@@ -77,7 +77,7 @@ $video-guide-badge-color: #46b450;
&:hover, &:active, &:focus {
background: $green-badge-color;
color: #FFFFFF;
color: #ffffff;
}
&_grey {

View File

@@ -14,16 +14,16 @@ $primary-background-color: #f8f8f8;
$primary-text-color: #656565;
$primary-inset-shadow-color: #025C80;
$primary-inset-shadow-color: #025c80;
$warning-background-color: #E64047;
$warning-background-color: #e64047;
$warning-text-color: $white-color;
$warning-alternate-text-color: #f4c6c8;
$error-text-color: #d54e21;
$editor-column-color: #7FBBD0;
$editor-content-color: #0078A2;
$editor-column-color: #7fbbd0;
$editor-content-color: #0078a2;
$newsletter-width: 660px;