37 lines
No EOL
422 B
SCSS
37 lines
No EOL
422 B
SCSS
.ka-fileview {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
|
|
.action-row {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.link {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
span {
|
|
margin: 0.2rem 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
#icon {
|
|
margin: 3.5rem 0;
|
|
}
|
|
|
|
#download {
|
|
margin: 1rem 0;
|
|
|
|
a {
|
|
margin: 0 5px;
|
|
span {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
} |