49 lines
1.5 KiB
CSS
49 lines
1.5 KiB
CSS
/*
|
|
Copyright 2019 Adobe. All rights reserved.
|
|
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License. You may obtain a copy
|
|
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software distributed under
|
|
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
OF ANY KIND, either express or implied. See the License for the specific language
|
|
governing permissions and limitations under the License.
|
|
*/
|
|
|
|
.spectrum-Label {
|
|
color: var(--spectrum-label-colored-text-color);
|
|
}
|
|
|
|
.spectrum-Label--inactive,
|
|
.spectrum-Label--grey {
|
|
background-color: var(--spectrum-label-colored-gray-background-color);
|
|
}
|
|
|
|
.spectrum-Label--red {
|
|
background-color: var(--spectrum-label-colored-red-background-color);
|
|
}
|
|
|
|
.spectrum-Label--orange, .spectrum-Label--or {
|
|
background-color: var(--spectrum-label-colored-orange-background-color);
|
|
}
|
|
|
|
.spectrum-Label--yellow {
|
|
background-color: var(--spectrum-label-colored-yellow-background-color);
|
|
}
|
|
|
|
.spectrum-Label--seafoam {
|
|
background-color: var(--spectrum-label-colored-seafoam-background-color);
|
|
}
|
|
|
|
.spectrum-Label--green {
|
|
background-color: var(--spectrum-label-colored-green-background-color);
|
|
}
|
|
|
|
.spectrum-Label--blue, .spectrum-Label--active, .spectrum-Label--and {
|
|
background-color: var(--spectrum-label-colored-blue-background-color);
|
|
}
|
|
|
|
.spectrum-Label--fuchsia {
|
|
background-color: var(--spectrum-label-colored-fuchsia-background-color);
|
|
}
|