ng-implementation/sae-csc/src/app/pages/main/main.scss

32 lines
437 B
SCSS
Raw Normal View History

2025-09-10 16:02:31 +02:00
:host {
2025-08-22 11:57:56 +02:00
2025-09-10 16:02:31 +02:00
#question_analysis {
sae-bot-talks {
top: -50px;
position: relative;
}
2025-08-22 11:57:56 +02:00
}
2025-09-10 16:02:31 +02:00
.magic-text {
color: #A86CFD;
font-family: Barlow;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
i {
font-size: 1.25em;
margin-left: 2px;
}
2025-08-22 11:57:56 +02:00
}
2025-09-10 16:02:31 +02:00
#translation_request {
.helper {
padding-left: 2.65vw;
padding-bottom: 16px;
}
}
}