site/quartz/components/styles/buttons8831.scss

32 lines
513 B
SCSS
Raw Normal View History

2024-10-14 07:15:35 +00:00
.btn8831-container {
display: flex;
2024-10-14 10:32:16 +00:00
flex-wrap: column;
2024-10-14 07:15:35 +00:00
justify-content: center;
max-width: 60%;
margin: 0 auto;
opacity: 1.0;
}
2024-10-14 10:39:34 +00:00
.button-group a, .button-group iframe {
2024-10-14 07:15:35 +00:00
margin: 5px;
2024-10-14 07:29:10 +00:00
opacity: 1;
2024-10-14 07:15:35 +00:00
}
2024-10-14 10:32:16 +00:00
.button-group img {
2024-10-14 07:15:35 +00:00
width: 88px;
height: 31px;
2024-10-14 07:29:10 +00:00
opacity: 1;
2024-10-14 10:32:16 +00: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;
}