Initial commit
This commit is contained in:
53
theme/stylesheet.css
Normal file
53
theme/stylesheet.css
Normal file
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
* 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 */
|
||||
Reference in New Issue
Block a user