mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-10 01:24:20 +02:00
18 lines
224 B
SCSS
18 lines
224 B
SCSS
@import "../../theme/variables";
|
|
|
|
.jav-game-list {
|
|
color: $color-white;
|
|
|
|
ul {
|
|
padding-left: 17px;
|
|
|
|
li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: $color-white;
|
|
}
|
|
}
|