blob: 3eb6cbe0c94365bfcc82b7fbd7b3f2fabd366ce7 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* 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 CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import '../../../variables';
@import '../../../blueprint-overrides/common/colors';
.schema-table {
.rt-th {
&.dimension {
background: rgba($green3, 0.3);
&.long,
&.float,
&.double {
background: rgba($blue3, 0.3);
}
&.array {
background: rgba($orange2, 0.3);
}
&.mv-string {
background: rgba($orange4, 0.3);
}
}
&.metric {
background: rgba($rose2, 0.16);
}
}
.rt-td {
&.dimension {
background: rgba($green3, 0.12);
&.long,
&.float,
&.double {
background: rgba($blue3, 0.1);
}
&.array {
background: rgba($orange2, 0.1);
}
&.mv-string {
background: rgba($orange4, 0.1);
}
}
&.metric {
background: rgba($rose2, 0.07);
}
}
}