Edit list styles
This commit is contained in:
parent
f2f0feda8d
commit
15160e4f95
|
@ -127,25 +127,22 @@
|
||||||
.bullets,
|
.bullets,
|
||||||
.numbers,
|
.numbers,
|
||||||
.multilevels {
|
.multilevels {
|
||||||
.page-content {
|
.row ul {
|
||||||
background: @white;
|
display: flex;
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
.list{
|
||||||
.list {
|
margin: 5px;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list .item-content {
|
.list .item-content {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
min-height: 65px;
|
min-height: 68px;
|
||||||
.item-inner{
|
.item-inner{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -154,7 +151,6 @@
|
||||||
li {
|
li {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
margin: 0 7px auto;
|
|
||||||
border: 1px solid #c4c4c4;
|
border: 1px solid #c4c4c4;
|
||||||
html.pixel-ratio-2 & {
|
html.pixel-ratio-2 & {
|
||||||
border: 0.5px solid #c4c4c4;
|
border: 0.5px solid #c4c4c4;
|
||||||
|
|
|
@ -276,25 +276,23 @@
|
||||||
.bullets,
|
.bullets,
|
||||||
.numbers,
|
.numbers,
|
||||||
.multilevels {
|
.multilevels {
|
||||||
.page-content {
|
.row ul {
|
||||||
background: @white;
|
display: flex;
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
.list{
|
||||||
.list {
|
margin: 5px;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list .item-content {
|
.list .item-content {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
min-height: 65px;
|
min-height: 68px;
|
||||||
.item-inner{
|
.item-inner{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -303,7 +301,6 @@
|
||||||
li {
|
li {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
margin: 0 7px auto;
|
|
||||||
border: 1px solid @gray;
|
border: 1px solid @gray;
|
||||||
html.pixel-ratio-2 & {
|
html.pixel-ratio-2 & {
|
||||||
border: 0.5px solid @gray;
|
border: 0.5px solid @gray;
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
|
.ios {
|
||||||
.device-ios {
|
.view {
|
||||||
|
.page-content{
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Color Schemes
|
// Color Schemes
|
||||||
|
|
|
@ -102,5 +102,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple-list li:after, .links-list a:after, .list .item-inner:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.device-ios .popover__titled .list:last-child li:last-child:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.list ul:before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.list ul:after{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue