bitburner-src/css/augmentations.scss

31 lines
530 B
SCSS
Raw Normal View History

/**
* Styling for the Augmentations UI. This is the page that displays all of the
* player's owned and purchased Augmentations and Source-Files. It also allows
* the player to install Augmentations
*/
@import "theme";
#augmentations-container {
2021-09-05 01:09:30 +02:00
position: fixed;
padding-top: 10px;
}
#augmentations-content {
2021-09-05 01:09:30 +02:00
> p {
font-size: $defaultFontSize * 0.875;
width: 70%;
}
}
.augmentations-list {
2021-09-05 01:09:30 +02:00
button,
div {
color: var(--my-font-color);
text-decoration: none;
}
2021-09-05 01:09:30 +02:00
button {
padding: 4px;
}
}