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