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

55 lines
794 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-22 09:59:08 +02:00
font-family: Barlow;
2025-09-15 16:09:20 +02:00
margin: 0 auto;
2025-09-15 13:03:21 +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 {
2025-09-15 13:03:21 +02:00
2025-09-10 16:02:31 +02:00
.helper {
2025-09-15 13:03:21 +02:00
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
2025-09-10 16:02:31 +02:00
padding-bottom: 16px;
2025-09-15 13:03:21 +02:00
2025-09-22 09:59:08 +02:00
width: 1600px;
margin: 0 auto;
2025-09-15 13:03:21 +02:00
span {
&:nth-of-type(1) {
width: 560px;
display: inline-block;
text-align: right;
}
}
2025-09-10 16:02:31 +02:00
}
}
2025-09-15 16:09:20 +02:00
#main_page {
padding-bottom: 400px;
}
2025-09-10 16:02:31 +02:00
}