44112: renamed main.scss to shared_imports.scss

This commit is contained in:
Lotte Hofstede
2017-08-22 10:03:24 +02:00
parent cab2eca394
commit c748230086
26 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
@import '../styles/main.scss'; @import '../styles/shared_imports';
html { html {
position: relative; position: relative;
min-height: 100%; min-height: 100%;

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1,4 +1,4 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';
$footer-bg: $gray-100; $footer-bg: $gray-100;
$footer-border: 1px solid darken($footer-bg, 10%); $footer-border: 1px solid darken($footer-bg, 10%);
$footer-padding: $spacer * 1.5; $footer-padding: $spacer * 1.5;

View File

@@ -1,4 +1,4 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';
header nav.navbar { header nav.navbar {
border-radius: 0; border-radius: 0;

View File

@@ -1,4 +1,4 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';
:host { :host {
display: block; display: block;
margin-right: ($grid-gutter-width / -2); margin-right: ($grid-gutter-width / -2);

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -1,4 +1,4 @@
@import '../../../../styles/main.scss'; @import '../../../../styles/shared_imports';
:host { :host {
.simple-view-element { .simple-view-element {

View File

@@ -1 +1 @@
@import '../../../../styles/main.scss'; @import '../../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../../styles/main.scss'; @import '../../../../styles/shared_imports';

View File

@@ -1,4 +1,4 @@
@import '../../../../../styles/main.scss'; @import '../../../../../styles/shared_imports';
@media screen and (min-width: map-get($grid-breakpoints, md)) { @media screen and (min-width: map-get($grid-breakpoints, md)) {
dt { dt {
text-align: right; text-align: right;

View File

@@ -1,4 +1,4 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';
:host { :host {
div.simple-view-link { div.simple-view-link {
text-align: center; text-align: center;

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1,4 +1,4 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';
:host { :host {
display: block; display: block;

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../../styles/main.scss'; @import '../../../styles/shared_imports';

View File

@@ -1 +1 @@
@import '../../styles/main.scss'; @import '../../styles/shared_imports';

View File

@@ -27,4 +27,4 @@ $theme-colors: (
dark: $blue dark: $blue
) !default; ) !default;
/* Fonts */ /* Fonts */
$link-color: $cyan !default; $link-color: map-get($theme-colors, info) !default;