finished table controls

This commit is contained in:
2025-12-12 11:35:56 +10:00
parent a4f511cb45
commit 4316ac1636
4 changed files with 56 additions and 50 deletions

View File

@@ -1,4 +1,5 @@
// Миксины для переиспользования
item_h=3em;
double-border()
border-top double thick silver
border-bottom double thick silver
@@ -18,26 +19,25 @@ grid-responsive(columns)
grid-template-columns columns
grid-template-rows 1fr
// Основные стили
.navbar
double-border()
font-size 0
grid-responsive(repeat(7, min-content))
justify-items start
&__link__wrapper
&__link-wrapper
color black
text-decoration none
&__item
display inline-block
width max-content
height 3em
line-height 3em
height item_h
line-height item_h
text-align center
vertical-align middle
padding 0 10px
margin 0 10px
margin @padding
overflow hidden
text-overflow ellipsis
font-size medium