feat: Change default timings

- Change mouse over time
- Change default duration
- Format with tabs
- Reindent
This commit is contained in:
sthag 2025-05-18 11:12:00 +02:00
parent 9f3797f651
commit d17f966794
3 changed files with 79 additions and 80 deletions

View file

@ -39,25 +39,20 @@ body {
}
&:hover {
.mouse_over {
background-color: transparent !important;
transition: background-color $duration_double $timing_basic 0s !important;
transition: background-color $duration_basic $timing_basic 0s !important;
}
}
}
// Article
// -----------------------------------------------------------------------------
article {
}
article {}
// Section
// -----------------------------------------------------------------------------
section {
}
section {}
.sec_main_center {
width: $width_basic;
@ -67,9 +62,11 @@ section {
@include forTabletPortraitUp {
width: $width_small;
}
@include forTabletLandscapeUp {
width: $width_medium;
}
@include forBigDesktopUp {
width: $width_large;
}
@ -84,20 +81,18 @@ section {
// Navigation
// -----------------------------------------------------------------------------
nav {
}
nav {}
// Aside element
// -----------------------------------------------------------------------------
aside {
width: $width_aside_basic;
&.right + .bside {
&.right+.bside {
margin-right: calc(#{$width_aside_basic} + #{$space_basic});
}
&.left + .bside {
&.left+.bside {
margin-left: calc(#{$width_aside_basic} + #{$space_basic});
}
@ -116,7 +111,12 @@ aside {
// Headings
// -----------------------------------------------------------------------------
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
@extend %head_all;
}
@ -125,7 +125,7 @@ h1 {
margin: $space_large 0 $space_small;
}
h1 + h1 {
h1+h1 {
margin-top: 0;
}
@ -134,7 +134,7 @@ h2 {
margin: $space_medium 0 $space_small;
}
h2 + h2 {
h2+h2 {
margin-top: 0;
}
@ -165,9 +165,7 @@ h6 {
// Header
// -----------------------------------------------------------------------------
header {
}
header {}
.header_page {
overflow: auto;
@ -184,6 +182,4 @@ header {
// Footer
// -----------------------------------------------------------------------------
footer {
}
footer {}