From 3d33dc874be52d1bf2bd9e8341e47b152c747dde Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 28 Mar 2023 19:22:04 +0000 Subject: [PATCH] Update content of files --- data/web/fragment.com/about.html | 4 ++-- data/web/fragment.com/css/auction.css | 31 +++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/data/web/fragment.com/about.html b/data/web/fragment.com/about.html index 6a40ef81bd..32616f8883 100644 --- a/data/web/fragment.com/about.html +++ b/data/web/fragment.com/about.html @@ -15,7 +15,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/data/web/fragment.com/css/auction.css b/data/web/fragment.com/css/auction.css index 0fbfbabcf3..cf62804cf1 100644 --- a/data/web/fragment.com/css/auction.css +++ b/data/web/fragment.com/css/auction.css @@ -269,6 +269,19 @@ i.icon { margin: 2px 19px 13px; float: right; } +.tm-main-form-label-badge { + display: inline-block; + font-size: 11px; + line-height: 16px; + font-weight: bold; + padding: 3px 7px; + margin: 0 10px; + vertical-align: top; + border-radius: 5px; + white-space: nowrap; + color: #5aec8c; + background-color: rgba(90, 236, 140, .1); +} .tm-main-form-group { margin-bottom: 20px; } @@ -286,7 +299,7 @@ i.icon { left: -5000px; } .tm-form-radio-label { - display: block; + display: flex; font-size: 15px; line-height: 20px; padding: 14px 19px; @@ -319,9 +332,6 @@ i.icon { box-shadow: inset 0 0 0 2px var(--field-bg-color); border-color: var(--accent-color); } -.tm-form-radio-label { - display: flex; -} .tm-form-radio-label .tm-radio-label { flex-grow: 1; } @@ -340,6 +350,12 @@ i.icon { .tm-form-radio-label .tm-value { width: 70px; } +.tm-form-radio-label .tm-value.icon-ton:before { + width: 15px; + height: 19px; + margin-left: -1px; + margin-right: 4px; +} .tm-form-radio-label .tm-radio-desc { font-weight: normal; text-align: right; @@ -3257,6 +3273,13 @@ a.tm-table-action-link:hover { .tm-main-form-group { margin-bottom: 28px; } + .tm-main-form-label-badge { + font-size: 13px; + line-height: 17px; + padding: 4px 8px; + margin: -1px 10px; + border-radius: 6px; + } .tm-search-loading, .tm-search-clear { padding: 16px;