File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lib/generators/css_zero/add/templates/app/assets/stylesheets Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818- Add max-i-none utillity class
1919- Set default --btn-block-size --input-block-size to auto
2020- Set .gap-half column-gap: 0.25rem
21- - Use default cursor for accordion/button/datepicker/switch
21+ - Set default cursor for accordion/button/datepicker/switch
2222- ** Add sidebar_menu.css to layouts component**
2323- ** Add flash--positive and flash--negative**
2424- ** Add turbo_confirm component**
25+ - ** Add avatar-group**
2526
2627## [ 1.0.6] - 2025-02-06
2728- Fix btn--loading
Original file line number Diff line number Diff line change 4040 user-select : none;
4141 }
4242}
43+
44+ .avatar-group {
45+ align-items : center;
46+ display : flex;
47+
48+ > : not (: last-child ) {
49+ margin-inline-end : calc (var (--size-2 ) * -1 );
50+ }
51+ }
You can’t perform that action at this time.
0 commit comments