Skip to content

Commit

Permalink
Merge pull request #575 from OnroerendErfgoed/feature/574_charset_scs…
Browse files Browse the repository at this point in the history
…s_files

#574 add charset to scss files
  • Loading branch information
JonasGe committed Jul 9, 2020
2 parents 2f6992d + 612de4e commit 228ed27
Show file tree
Hide file tree
Showing 15 changed files with 405 additions and 392 deletions.
552 changes: 276 additions & 276 deletions atramhasis/static/css/app-admin.css

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions atramhasis/static/css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-admin.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// DOJO imports
@import '../admin/src/dojo/resources/dojo.css';
@import '../admin/src/dgrid/css/dgrid.css';
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-article.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";


/*Panel content*/
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";

//custom
small {font-size:0.6em;color:$steel}
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-footer.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
footer {clear:both;margin:10px 0 0 0;padding:10px 0;border-top:1px solid $mid-gray }
footer .footerpage {clear:both;margin:0px 0px;padding:26px 0px;}

Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-forms.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
/* Placeholder fields */
.placeholder-container { -webkit-appearance: none; -webkit-border-radius: 0px; background-color: white; font-family: inherit; border: 1px solid $gray; color: rgba(0, 0, 0, 0.75); display: inline-table;
vertical-align: top; font-size: 0.875rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; margin: 1px 0 16px 0; }
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-header.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@charset "UTF-8";
.sticky {border-bottom:1px solid #f0f1f3;}
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-home.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
/* logo */

.logo {margin:10px 20px 0 -32px;}
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-icons.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
/*icons*/


Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-mquery.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
/*@media (min-width: 400px) {
footer {padding-left:0px;}
.ptext {padding:0 38px}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// Custom Atramhasis

//
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_atramhasis-topbar.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
Expand Down
1 change: 1 addition & 0 deletions atramhasis/static/scss/atramhasis/_settings.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@charset "UTF-8";
// Foundation by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source
Expand Down

0 comments on commit 228ed27

Please sign in to comment.