blob: 2d9ca8e1b096c3c1fe426699ba2b76227e942f05 [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.
*/
/* Radios */
body[fds] .mat-radio-container {
height: 12px;
width: 12px;
}
body[fds] .mat-radio-outer-circle {
height: 12px;
width: 12px;
background-color: #FFFFFF;
border: 1px solid $grey7;
}
body[fds] .mat-radio-outer-circle:hover {
background-color: $blue-grey1;
border-color: $blue-grey1;
}
body[fds] .mat-radio-checked .mat-radio-outer-circle {
border: 1px solid $blue-grey1;
background-color: $blue-grey1;
}
body[fds] .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
border-color: $blue-grey1;
}
body[fds] .mat-radio-inner-circle {
height: 10px;
width: 10px;
left: 1px;
top: 1px;
background-color: #FFFFFF;
}
body[fds] .mat-radio-checked .mat-radio-inner-circle {
background-color: #FFFFFF;
}