pragmate-ui
Version:
An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.
63 lines (61 loc) • 1.11 kB
CSS
/* .header {
position: relative;
border-bottom: 1px solid var(--primary);
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.title {
margin: 0;
font-size: 20px;
color: var(--on-primary);
text-transform: lowercase;
font-weight: 600;
font-size: 1.5em;
padding: 1em;
}
.container-theme {
svg.pui-icon {
width: 25px;
height: 25px;
fill: var(--on-primary);
}
}
.title:first-letter,
h1:first-letter,
span:first-letter {
text-transform: uppercase;
}
h1 {
-webkit-margin-after: 0;
margin-block-end: 0;
-webkit-margin-before: 0;
margin-block-start: 0;
span {
color: var(--gray);
}
}
@media screen and (max-width: 450px) {
.title,
h1 {
font-size: 1.125rem;
}
}
}
*/
.theme {
display: flex;
flex-direction: row;
width: 100px;
}
.theme .container-theme {
display: flex;
gap: 10px;
align-items: center;
width: 100%;
flex-direction: row;
}
.theme .beyond-element-switch label.switch input:checked + .slider:before {
background-color: var(--primary);
}
/*# sourceMappingURL=theme-switcher.css.map*/