54 lines
1.5 KiB
CSS
54 lines
1.5 KiB
CSS
/*
|
|
* Stylesheet
|
|
*
|
|
* Project-specific styles go here.
|
|
* This file is imported by globals.css.
|
|
*
|
|
* Structure:
|
|
* 1. Component Styles
|
|
* 2. Layout Styles
|
|
* 3. Page-specific Styles
|
|
* 4. Utility Classes
|
|
* 5. Animations
|
|
*/
|
|
|
|
/* ==========================================================================
|
|
1. Component Styles
|
|
========================================================================== */
|
|
|
|
/* Components are added per project */
|
|
|
|
/* ==========================================================================
|
|
2. Layout Styles
|
|
========================================================================== */
|
|
|
|
/* Layout styles are added per project */
|
|
|
|
/* ==========================================================================
|
|
3. Page-specific Styles
|
|
========================================================================== */
|
|
|
|
/* Page styles are added per project */
|
|
|
|
/* ==========================================================================
|
|
4. Utility Classes
|
|
========================================================================== */
|
|
|
|
.visually-hidden {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
white-space: nowrap;
|
|
border: 0;
|
|
}
|
|
|
|
/* ==========================================================================
|
|
5. Animations
|
|
========================================================================== */
|
|
|
|
/* Animations are added per project */
|