mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#3472 listing design improvments - Integrate
This commit is contained in:
parent
3ef866323e
commit
3b859914d2
@ -187,7 +187,7 @@ ul {
|
||||
height: 2rem;
|
||||
background: #fff;
|
||||
color: #707070;
|
||||
font-size: 12px;
|
||||
font-size: calc(12rem / 16);
|
||||
padding: 0 1.25rem;
|
||||
|
||||
svg {
|
||||
@ -398,6 +398,7 @@ ul {
|
||||
|
||||
& > div {
|
||||
background-color: #F0F2F4;
|
||||
padding: calc(5.5rem / 16) .5rem;
|
||||
|
||||
p {
|
||||
font-size: calc(12rem / 16);
|
||||
@ -657,7 +658,7 @@ ul {
|
||||
padding: .6rem 1rem;
|
||||
|
||||
ul {
|
||||
font-size: 11px;
|
||||
font-size: calc(11rem / 16);
|
||||
color: #8598AA;
|
||||
|
||||
li {
|
||||
@ -678,7 +679,7 @@ ul {
|
||||
|
||||
& > div:not(.divider) {
|
||||
width: percentage(1/3);
|
||||
font-size: 11px;
|
||||
font-size: calc(11rem / 16);
|
||||
color: #4D5359;
|
||||
|
||||
svg {
|
||||
@ -688,7 +689,7 @@ ul {
|
||||
}
|
||||
|
||||
.divider {
|
||||
border-left: 1px solid #E1E1E2;
|
||||
border-left: calc(1rem / 16) solid #E1E1E2;
|
||||
height: 1.8rem;
|
||||
}
|
||||
}
|
||||
@ -707,19 +708,19 @@ ul {
|
||||
|
||||
div {
|
||||
h6 {
|
||||
font-size: 13px;
|
||||
font-size: calc(13rem / 16);
|
||||
color: #393939;
|
||||
}
|
||||
|
||||
p {
|
||||
&:first-of-type {
|
||||
color: #A1A1A1;
|
||||
font-size: 10px;
|
||||
font-size: calc(10rem / 16);
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
color: #1592E6;
|
||||
font-size: 14px;
|
||||
font-size: calc(14rem / 16);
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<div class="d-flex rounded ml-1 px-2">
|
||||
<div class="d-flex rounded ml-1">
|
||||
<div class="d-flex px-2 align-items-center">
|
||||
<p class="text-nowrap">{{ trans('visiosoft.module.advs::field.view') }}</p>
|
||||
<div class="d-flex">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user