openreplay/frontend/app/styles/general.css
2023-04-28 14:19:23 +02:00

385 lines
No EOL
6.1 KiB
CSS

.ml-15 { margin-left: 15px; }
.ph-10 { padding-left: 10px; padding-right: 10px; }
.ph-20 { padding-left: 20px; padding-right: 20px; }
.info.info.info.info.info { /* BAD HACK >:) */
background-color: rgba(242, 248, 255, 0.6);
&:hover {
background-color: rgba(242, 248, 255, 1);
}
}
.warn.warn.warn.warn {
background-color: rgba(253, 248, 240, 0.6);
&:hover {
background-color: rgba(253, 248, 240, 1);
}
}
.error.error.error.error {
background-color: rgba(252, 242, 242, 0.6);
&:hover {
background-color: rgba(252, 242, 242, 1);
}
}
.thin-scrollbar {
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 4px;
}
}
.scroll-x {
overflow-x: auto;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 4px;
}
}
.scroll-y {
overflow-y: auto;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 4px;
}
}
.grecaptcha-badge{
display:none !important;
}
/* .divider,
.divider-light {
height: 1px;
background-color: $gray-light;
margin: 25px 0;
&.m5 {
margin: 5px 0;
}
} */
/* .divider-light {
border-color: $gray-lightest;
height: 2px;
} */
.font-size-10 { font-size: 10px; }
.font-size-12 { font-size: 12px; }
.font-size-16 { font-size: 16px; }
.font-size-20 { font-size: 20px; }
.font-weight-regular { font-weight: 400; }
.font-weight-bold { font-weight: 600; }
.font-weight-thin { font-weight: 100; }
.text-center { text-align: center; }
.default-hover {
transition: all 0.4s;
&:hover {
/* background-color: $active-blue; */
color: $teal;
transition: all 0.2s;
& a {
color: $teal;
}
& svg {
fill: $teal;
}
}
}
.img-crcle {
border-radius: 50%;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0 0.3);
}
.active-bg {
background-color: $active-blue;
}
.border-b-light {
border-bottom: solid thin $gray-light;
}
.mb-15-imp {
margin-bottom: 15px !important;
}
.color-red {
color: $red;
}
.InputContainer .InputElement,
.ElementsApp, .ElementsApp .InputElement {
font-size: 40px;
padding: 20px;
background-color: white !important;
border: solid thin white !important;
}
.ui.modal>.content {
background-color: white !important;
}
.ui.modal>.actions {
text-align: left !important;
display: flex;
align-items: center;
justify-content: flex-start;
}
.border-gray-light {
border: solid thin $gray-light
}
.btn-disabled {
opacity: 0.5;
pointer-events: none;
}
.code-font {
font-family: 'Menlo', 'monaco', 'consolas', monospace;
font-size: 13px;
}
::placeholder {
color: $gray-medium !important;
font-size: 14px;
}
.placeholder-lg::placeholder {
color: $gray-medium !important;
font-size: 16px;
}
.ui[class*="top fixed"].menu {
background-color: white !important;
border-bottom: solid thin #ddd !important;
}
.border-radius-3 {
border-radius: 3px;
}
.muted {
color: $gray-medium;
}
.thin-gray-border {
border: 1px solid $gray-light;
}
.thin-blue-border {
border: 1px solid $active-blue-border;
}
.speedIndexPopup {
font-size: 10px !important;
& span {
font-size: 10px;
margin-left: 10px;
}
}
.fit-content {
width: fit-content;
}
.gray-hover:hover {
background-color: $gray-light;
transition: all 0.4s;
}
.quote:before {
position: absolute;
/* font-family: 'FontAwesome'; */
top: 10px;
left: 0;
content: "\201C";
font-size: 140px;
color: rgba(0,0,0,0.1);
}
.quote:after {
position: absolute;
/* font-family: 'FontAwesome'; */
bottom: 10px;
right: 0;
content: "\201E";
font-size: 140px;
color: rgba(0,0,0,0.1);
}
.cap-first:first-letter {
text-transform: capitalize
}
.bg-hover {
transition: all 0.3s;
&:hover {
transition: all 0.2s;
background-color: $active-blue;
}
}
.ui.progress:last-child {
margin: 0 !important;
}
.blink-border {
/* border: 1px #ff0000 solid; */
border-color: #CC0000;
animation: blink 1s;
animation-iteration-count: 3;
}
.underline-dashed {
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-thickness: 2px;
}
@keyframes blink { 50% { border-color:#fff ; } }
.highlight-gray {
background-color: $gray-medium;
color: white;
border-radius: 3px;
padding: 1px 2px;
}
.highlight-blue {
background-color: $active-blue;
border-radius: 3px;
padding: 1px 3px;
}
.hljs {
padding: 12px !important;
border-radius: 6px !important;
background-color: $gray-lightest !important;
font-size: 12px !important;
}
p {
margin-bottom: 10px !important;
}
.link {
color: $teal !important;
cursor: pointer;
&:hover {
text-decoration: underline !important;
}
}
.tippy-tooltip.openreplay-theme {
background-color: $tealx;
color: white;
}
.tippy-tooltip.openreplay-theme[data-animatefill] {
background-color: transparent;
}
.tippy-tooltip.openreplay-theme .tippy-backdrop {
background-color: $tealx;
}
.tippy-tooltip[data-theme~='nopadding'], .nopadding-theme {
padding: 0!important;
transition: none!important;
}
.tippy-tooltip[data-theme~='nopadding'] > .enter {
background-color: transparent!important;
}
.tippy-notransition, .tippy-notransition > * {
transition: none!important;
will-change: unset!important;
}
@media print {
.no-print {
display:none !important;
}
}
.printable-report * {
white-space: nowrap !important;
}
.recharts-default-legend {
display: flex !important;
align-items: center;
justify-content: center;
}
.recharts-legend-item {
display: flex !important;
align-items: center !important;
white-space: nowrap !important;
}
.recharts-legend-item-text {
white-space: nowrap !important;
}
.stripes {
background: repeating-linear-gradient(
135deg,
transparent,
transparent 2px,
#ccc 2px,
#ccc 4px
);
}
.animate-fade {
animation: fade 0.1s cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes fade {
100% {
opacity: 1;
}
0% {
opacity: 0;
}
}
#arrow {
position: absolute;
background: #333;
width: 80px;
height: 80px;
transform: rotate(45deg);
}
.dev-row {
transition: all 0.5s;
}
.hover-color-teal:hover {
color: $teal !important;
& div {
color: $teal !important;
}
& svg {
fill: $teal !important;
}
}
.text-area {
border: solid thin #ddd;
border-radius: 3px;
resize: none;
background-color: #ffff;
}