blob: 94f3550cafd2cba2fb1dde12be2f41fef173636d [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.
*
*/
.options-button {
cursor: pointer;
position: absolute;
height: 30%;
width: 30%;
border-radius: 20%;
box-shadow: 0 0 3px var(--color-accent);
text-align: center;
padding: 1px 1px;
background-color: var(--color-accent);
color: rgba(255, 255, 255, 0.75);
}
.mat-mdc-icon-button.options-icon-button {
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 0;
padding: 0;
}
.options-icon-size {
font-size: 20px;
line-height: 25px;
}
.customize-button {
left: 2%;
top: -35%;
}
.delete-button {
left: 73%;
top: -35%;
background-color: darkred;
box-shadow: 0 0 3px darkred;
}
.help-button {
left: 37.5%;
top: -35%;
}
.possible-button {
left: 37.5%;
top: 80%;
}