cyp/app/css/elements/library.less

19 lines
238 B
Plaintext
Raw Normal View History

2020-03-12 05:46:28 +08:00
cyp-library {
2020-03-14 06:01:16 +08:00
nav {
.flex-column;
align-items: center;
button {
.font-large;
width: 200px;
margin-top: 2em;
text-decoration: underline;
.icon {
width: 32px;
margin-right: var(--icon-spacing);
}
}
}
2020-03-12 05:46:28 +08:00
}