This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/components/api-config.scss
konrad f0498fd767
All checks were successful
continuous-integration/drone/push Build is passing
Add translations (#562)
Reviewed-on: #562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-06-23 23:24:57 +00:00

13 lines
159 B
SCSS

.api-config {
margin-bottom: .75rem;
}
.api-url-info {
font-size: .9rem;
text-align: right;
span.url {
border-bottom: 1px dashed $primary;
}
}