Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
agude committed Oct 22, 2023
1 parent fc41a7b commit cbd54c2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions assets/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ $text-xxl: $text-base-size * pow($text-scale-ratio, 4);
$text-xxxl: $text-base-size * pow($text-scale-ratio, 5);

html {
font-family: $serif-font-family;
line-height: $root-line-height;
font-size: $text-base-size;
font-family: $serif-font-family;
line-height: $root-line-height;
font-size: $text-base-size;
}

main {
margin: 0 auto;
width: 100%;
max-width: 800px;
padding: 0;
margin: 0 auto;
width: 100%;
max-width: 800px;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -99,19 +99,19 @@ a {
}

@mixin aspect-style () {
color: $tango-dark-red;
font-variant: small-caps;
text-transform: lowercase;
color: $tango-dark-red;
font-variant: small-caps;
text-transform: lowercase;
}

span.aspect {
@include aspect-style();
}

span.skill {
color: $tango-dark-blue;
text-transform: capitalize;
font-family: monospace;
color: $tango-dark-blue;
text-transform: capitalize;
font-family: monospace;
}

// Special alignment for skill and aspect tables
Expand Down Expand Up @@ -409,15 +409,15 @@ input[type=text] {

// Stress checkboxes
input[type="checkbox"].stress {
-webkit-appearance:none;
width: 4em;
height: 4em;
background:white;
border: 0.2em solid $tango-dark-grey;

&:checked {
background: $tango-dark-red;
}
-webkit-appearance:none;
width: 4em;
height: 4em;
background:white;
border: 0.2em solid $tango-dark-grey;

&:checked {
background: $tango-dark-red;
}
}


Expand Down

0 comments on commit cbd54c2

Please sign in to comment.