SecureNotes/src/components/routes/vaults/vaults.scss

21 lines
345 B
SCSS
Executable File

.vaults_vault>span {
font-size: 2rem !important;
}
.vaults_vault {
padding: 0.5rem;
border-bottom: solid 1px var(--fore-color);
}
.vaults_vault:hover {
background: var(--nav-hover-back-color);
}
.vaults_vault>svg {
height: 2rem;
margin-right: 1rem;
}
.vaults_vault:last-child {
border-bottom: none;
}