File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
packages/theme-saas/src/ip-address Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 55@ip-address-prefix-cls : ~ ' @{css-prefix} ip-address' ;
66
77.@{ip-address-prefix-cls} {
8- @apply w- 72 ;
8+ @apply w- 80 ;
99 @apply ~ ' max-w-[100%]' ;
1010 @apply outline- 0;
1111 @apply inline-table ;
2121 @apply rounded;
2222 @apply bg- color - bg- 1;
2323 @apply text- xs;
24- @apply block ;
24+ @apply flex ;
2525 @apply whitespace- nowrap;
2626 @apply bg- none;
2727 .user-select (auto );
6464 li {
6565 @apply float- left;
6666 @apply overflow- hidden;
67- @apply ~ ' w-1/4' ;
6867 @apply inline-flex ;
6968 @apply items- center;
7069
9190 }
9291
9392 & :last-child {
93+ @apply mr- 3;
94+
9495 > svg {
9596 @apply hidden ;
9697 }
111112 @apply text- xs;
112113 }
113114 }
115+
116+ & :first-child {
117+ @apply ml- 3;
118+ }
114119 }
115120 & .medium {
116121 height : 42px ;
144149 @apply leading- 6;
145150 }
146151 }
152+
153+ &__ipv6-delimiter {
154+ @apply ml- 1 mr- 1;
155+ }
147156 }
148157}
You can’t perform that action at this time.
0 commit comments