Browse Source
[UI] language status icon size (#10749)
* language status icon size
change the repository language status icon size
* Update _base.less
* fix: eslint rule length-zero-no-unit
* [ui] .color-icon change size ti 14px
* Update web_src/less/_base.less
* Update web_src/less/_base.less
Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.21.12.1
j.yao.SUSE
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
5 deletions
-
web_src/less/_base.less
|
|
|
@@ -1193,13 +1193,15 @@ i.icon.centerlock { |
|
|
|
} |
|
|
|
|
|
|
|
.color-icon { |
|
|
|
padding-right: .7em; |
|
|
|
padding-left: .5em; |
|
|
|
margin-right: .5em; |
|
|
|
margin-left: .5em; |
|
|
|
display: inline; |
|
|
|
border: 1px solid rgba(0, 0, 0, .2); |
|
|
|
border-radius: 500em; |
|
|
|
display: inline-block; |
|
|
|
border: 0 solid rgba(0, 0, 0, .2); |
|
|
|
border-radius: 100%; |
|
|
|
height: 14px; |
|
|
|
width: 14px; |
|
|
|
position: relative; |
|
|
|
top: 2px; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.label > .color-icon { |
|
|
|
|