Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 27, 2022
1 parent d602c13 commit 90266e0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/sass/imports/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
&:active {
outline: 0;
}
}
}
17 changes: 8 additions & 9 deletions src/sass/imports/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
h1 {
font-size: 1.875em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.25em;
}

h4 {
font-size: 1.125em;
}

h5,
h6 {
font-size: 1em;
Expand Down Expand Up @@ -121,7 +121,7 @@
text-decoration: none;
-webkit-transition: border-color .3s ease, color .3s ease;
transition: border-color .3s ease, color .3s ease;

&:hover {
border-color: $color-primary;
color: $color-primary;
Expand Down Expand Up @@ -195,12 +195,12 @@
&.has-children {
padding-right: 30px;
position: relative;

&.active {
.docs-submenu {
display: block;
}

& > .docs-submenu-toggle {
.icon-angle-right {
-webkit-transform: rotate(135deg);
Expand Down Expand Up @@ -252,7 +252,7 @@

.page-nav-inside {
display: none;

&.has-links {
display: block;
}
Expand Down Expand Up @@ -352,4 +352,3 @@
padding-top: 1.25em;
}
}

2 changes: 1 addition & 1 deletion src/sass/imports/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
margin-right: 0;
}
}
}
}
2 changes: 1 addition & 1 deletion src/sass/imports/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ img {
h6 {
font-size: 1.125em;
}
}
}
4 changes: 2 additions & 2 deletions src/sass/imports/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
border-bottom: 0;
}
}

.submenu-toggle {
color: $gray-500;
height: 2.8125em;
Expand All @@ -336,7 +336,7 @@
transform: rotate(135deg);
}
}

.submenu {
display: block;
}
Expand Down
2 changes: 1 addition & 1 deletion src/sass/imports/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ template {

[hidden] {
display: none;
}
}

0 comments on commit 90266e0

Please sign in to comment.