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

78 lines
1.1 KiB
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 {
2025-09-23 17:26:19 +02:00
.title {
font-family: Barlow;
font-size: 16px;
line-height: 140%;
}
2025-09-10 16:02:31 +02:00
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-23 17:26:19 +02:00
//width: 1600px;
2025-09-22 09:59:08 +02:00
margin: 0 auto;
2025-09-15 13:03:21 +02:00
span {
&:nth-of-type(1) {
2025-09-23 17:26:19 +02:00
width: 624px;
2025-09-15 13:03:21 +02:00
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-24 11:06:25 +02:00
sae-bot-talks {
position: absolute;
top: 496px;
right: 0;
width: 100%;
visibility: hidden;
&.is-visible {
visibility: visible;
}
}
2025-09-25 16:55:38 +02:00
.filters-container{
margin-top: -60px;
}
2025-09-10 16:02:31 +02:00
}