Skip to content

Commit

Permalink
clean up scss and adding some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Jun 3, 2021
1 parent 9a0fbc3 commit 3a86737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/scss/themes/base/_style-theme.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
.gradient-rounded {
border: double 3px transparent;
border-radius: 80px;
background-image: linear-gradient(white, white), radial-gradient(circle at top left, red,#909);
background-origin: border-box;
background-clip: content-box, border-box;
}
.link-fancy {
text-decoration: none;
display: inline-block;
Expand All @@ -29,7 +22,6 @@

.link-fancy:hover:before {
background-position: 100%;

}

.my-vh-1 {
Expand Down Expand Up @@ -91,15 +83,3 @@
padding-top:14vh;
padding-bottom:14vh;
}

.bg-gray800 {
background-color:$gray-800;
}

.bg-gray900 {
background-color:$gray-900;
}

.bg-black {
background-color:$black;
}
3 changes: 3 additions & 0 deletions src/scss/themes/base/_variables-theme.scss
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
//This is an example of how you can change BS5 variables. Just add the changed variables here and they will overwrite the defaults.
// We changed the default font and the default $blue color (which is set as $primary as well)
$font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$blue: #1717e5;

0 comments on commit 3a86737

Please sign in to comment.