18 lines
213 B
SCSS
18 lines
213 B
SCSS
@use 'provider.scss';
|
|
|
|
:host {
|
|
position: relative;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
advanced-camera-card-icon {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
color: var(--primary-color);
|
|
cursor: help;
|
|
}
|