waveterm/frontend/app/modals/about.less

66 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-08-20 00:49:40 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.about-modal {
padding-bottom: 34px;
.content-wrapper .modal-content {
2024-08-20 00:49:40 +02:00
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px 0px;
2024-08-20 00:49:40 +02:00
gap: 24px;
.section-wrapper {
display: flex;
flex-direction: column;
gap: 26px;
width: 100%;
}
.section {
align-items: center;
gap: 16px;
align-self: stretch;
width: 100%;
text-align: center;
&.logo-section {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
.app-name {
font-size: 25px;
}
.text-standard {
line-height: 20px;
}
}
}
.section.links {
2024-08-20 00:49:40 +02:00
display: flex;
align-items: flex-start;
gap: 10px;
2024-08-20 00:49:40 +02:00
.button {
2024-08-20 00:49:40 +02:00
display: flex;
align-items: center;
.icon-left {
margin-right: 5px;
}
2024-08-20 00:49:40 +02:00
i {
font-size: 16px;
}
}
}
}
}