blob: da379ba910f8c5ad2f9fefb8d07132ff08d5ce71 [file]
/*
* 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.
*/
#reaction-button-tooltip {
.popover-body {
.btn {
background-color: var(--bs-body-bg);
border-color: transparent;
&:hover {
[data-bs-theme='dark'] & {
background-color: var(--bs-gray-800);
}
background-color: var(--bs-gray-100);
}
&:active,
&.active {
background-color: var(--bs-gray-200);
[data-bs-theme='dark'] & {
background-color: var(--bs-gray-700);
}
}
}
}
}
.btn-reaction {
[data-bs-theme='dark'] & {
color: var(--bs-gray-400) !important;
background-color: var(--bs-gray-800);
&:active,
&.active {
background-color: #626e79 !important;
}
&:hover {
background-color: #57616b !important;
}
}
}
.answer-item {
border-top: 1px solid var(--an-answer-item-border-top);
}
.smile-btn.active::before {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 80;
display: block;
cursor: default;
content: ' ';
}
@media screen and (max-width: 768px) {
.questionDetailPage {
h1.h3 {
font-size: calc(1.275rem + 0.3vw) !important;
}
}
}