mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-19 20:26:04 +00:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
|
// @import "mediawiki.mixins"; Not used yet
|
||
|
|
||
|
@width: 66em;
|
||
|
@border: #ccc;
|
||
|
|
||
|
// To hide objects, but keep them accessible for screen-readers
|
||
|
.hidden() {
|
||
|
position: absolute;
|
||
|
top: -9999px;
|
||
|
}
|