File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ @charset "UTF-8" ;
2+ /*!
3+ * CiSkeleton - Flags CSS (https://www.ianhub.net/)
4+ * Copyright 2025 Kader Bouyakoub (https://github.com/bkader)
5+ */
6+
17.flag {
28 align-items : center;
39 background-position : left center;
410 background-repeat : no-repeat;
511 background-size : contain;
612 display : inline-flex;
13+ inline-size : 1.333333em ;
714 line-height : 1em ;
8- padding-inline-start : 1.4 em ;
9- width : 1.333333 em ;
15+ min-block-size : 1 em ;
16+ vertical-align : middle ;
1017}
1118
1219: dir (rtl ) .flag {
1320 background-position : right center;
1421}
1522
1623.flag [data-text ] {
17- width : auto;
24+ inline-size : auto;
1825}
1926
2027.flag [data-text ]::after {
2532 font-size : inherit;
2633 font-style : normal;
2734 font-weight : inherit;
28- margin-inline-start : .5rem ;
35+ margin-inline-start : 1 .5rem ;
2936 vertical-align : middle;
3037}
3138
You can’t perform that action at this time.
0 commit comments