cyp/app/css/elements/library.less
2020-03-14 16:15:14 +01:00

28 lines
339 B
Plaintext

cyp-library {
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 {
margin-left: var(--icon-spacing);
}
}
}