mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-08-30 01:09:49 +02:00
22 lines
No EOL
356 B
SCSS
22 lines
No EOL
356 B
SCSS
#loginModal {
|
|
.modal-content {
|
|
padding: $general-padding;
|
|
width: 1000px;
|
|
|
|
section {
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
|
|
p {
|
|
font-size: 10pt;
|
|
line-height: 12pt;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.share-link {
|
|
margin-left: $general-padding !important;
|
|
line-height: 16px !important;
|
|
padding: 1px 3px 3px !important;
|
|
} |