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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
.item;
|
|
|
|
.flex-row;
|
|
|
|
|
|
|
|
button:first-of-type {
|
2020-03-14 23:15:14 +08:00
|
|
|
margin-left: var(--icon-spacing);
|
2020-03-14 06:01:16 +08:00
|
|
|
}
|
|
|
|
}
|
2020-03-12 05:46:28 +08:00
|
|
|
}
|