site/quartz/components/styles/buttons8831.scss

40 lines
635 B
SCSS
Raw Normal View History

2024-10-14 09:15:35 +02:00
.btn8831-container {
display: flex;
2024-10-14 12:48:07 +02:00
flex-direction: column;
flex-wrap: wrap;
2024-10-14 09:15:35 +02:00
justify-content: center;
max-width: 60%;
margin: 0 auto;
2024-10-14 19:06:14 +02:00
margin-top: 10px;
2024-10-14 09:15:35 +02:00
opacity: 1.0;
}
2024-10-14 18:55:46 +02:00
.button-item {
2024-10-14 09:15:35 +02:00
margin: 5px;
2024-10-14 09:29:10 +02:00
opacity: 1;
2024-10-14 19:01:18 +02:00
display: flex;
2024-10-14 09:15:35 +02:00
}
2024-10-14 18:55:46 +02:00
.button-group a, .button-group iframe {
width: 88px;
height: 31px;
}
2024-10-14 12:32:16 +02:00
.button-group img {
2024-10-14 09:15:35 +02:00
width: 88px;
height: 31px;
2024-10-14 09:29:10 +02:00
opacity: 1;
2024-10-14 19:04:33 +02:00
margin: 0;
2024-10-14 12:32:16 +02:00
}
.button-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 10px; /* Space between groups */
}
.btn8831-container hr {
width: 100%;
border: 0;
border-top: 1px solid #ccc;
margin: 10px 0;
}