tgui-angular
Version:
π Angular UI library for Telegram Web Apps with modern components and theming support | πΌ Author is open to work opportunities | π§ Contact: a.blagovestnov@gmail.com | π¬ Telegram: @ablagovestnov
21 lines (17 loc) β’ 462 B
CSS
/* TGUI Angular Styles */
/* Base Variables */
@import './variables.css';
/* Icons Styles - ΠΠ»ΠΎΠ±Π°Π»ΡΠ½ΡΠ΅ ΡΡΠΈΠ»ΠΈ Π΄Π»Ρ Π²ΡΠ΅Ρ
ΠΈΠΊΠΎΠ½ΠΎΠΊ TGUI */
[tgui-icon] {
display: flex ;
align-items: center;
justify-content: center;
}
/* ΠΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»ΡΠ½ΡΠ΅ ΡΡΠΈΠ»ΠΈ Π΄Π»Ρ SVG Π²Π½ΡΡΡΠΈ ΠΈΠΊΠΎΠ½ΠΎΠΊ */
[tgui-icon] svg {
display: block;
flex-shrink: 0;
}
.tgui-hide-scrollbar::-webkit-scrollbar {
display: none;
}