18 lines
238 B
Text
18 lines
238 B
Text
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);
|
|
}
|
|
}
|
|
}
|
|
}
|