Move some CSS to pages/ subdirectory.

This commit is contained in:
Kristina Lim
2018-08-20 03:20:24 +08:00
parent f03eb02269
commit f4725198e8
7 changed files with 25 additions and 23 deletions

View File

@@ -15,4 +15,6 @@
*/
@import 'variables';
@import '**/*';
@import 'components/*';
@import '*';
@import 'pages/*';

View File

@@ -0,0 +1,18 @@
.reveal-modal.product-image-upload {
width: 300px;
a.close-reveal-modal {
font-size: 23px;
color: #de6060;
right: 0.45rem;
top: 0.35rem;
:hover {
color: #bf4545;
}
}
div.image-preview {
//float: left;
}
label {
margin-top: 20px;
}
}

View File

@@ -98,25 +98,6 @@ table#listing_products.bulk {
}
}
.reveal-modal.product-image-upload {
width: 300px;
a.close-reveal-modal {
font-size: 23px;
color: #de6060;
right: 0.45rem;
top: 0.35rem;
:hover {
color: #bf4545;
}
}
div.image-preview {
//float: left;
}
label {
margin-top: 20px;
}
}
form#image_upload {
text-align: center;
.spinner {

View File

@@ -10,7 +10,8 @@
@import 'foundation-icons';
@import '*';
@import 'pages/*';
ofn-modal {
display: block;
}
}

View File

@@ -1,4 +1,4 @@
@import 'branding';
@import '../branding';
.cookies-banner {
background: $dark-grey;

View File

@@ -1,4 +1,4 @@
@import 'branding';
@import '../branding';
.cookies-policy-modal {
background: $disabled-light;