Edit list styles

This commit is contained in:
ShimaginAndrey 2021-06-08 15:20:50 +03:00
parent f2f0feda8d
commit 15160e4f95
4 changed files with 32 additions and 26 deletions

View file

@ -127,25 +127,22 @@
.bullets,
.numbers,
.multilevels {
.page-content {
background: @white;
}
.row {
.row ul {
display: flex;
justify-content: space-around;
width: 100%;
}
ul {
margin-top: 10px;
padding: 0 5px;
}
.list {
margin: 0;
.list{
margin: 5px;
}
.list .item-content {
padding-left: 0;
min-height: 65px;
min-height: 68px;
.item-inner{
padding: 0;
}
@ -154,7 +151,6 @@
li {
width: 70px;
height: 70px;
margin: 0 7px auto;
border: 1px solid #c4c4c4;
html.pixel-ratio-2 & {
border: 0.5px solid #c4c4c4;

View file

@ -276,25 +276,23 @@
.bullets,
.numbers,
.multilevels {
.page-content {
background: @white;
}
.row {
.row ul {
display: flex;
justify-content: space-around;
width: 100%;
}
ul {
margin-top: 10px;
padding: 0 5px;
}
.list {
margin: 0;
.list{
margin: 5px;
}
.list .item-content {
padding-left: 0;
min-height: 65px;
min-height: 68px;
.item-inner{
padding: 0;
}
@ -303,7 +301,6 @@
li {
width: 70px;
height: 70px;
margin: 0 7px auto;
border: 1px solid @gray;
html.pixel-ratio-2 & {
border: 0.5px solid @gray;

View file

@ -1,7 +1,9 @@
.device-ios {
.ios {
.view {
.page-content{
background: #fff;
}
}
}
// Color Schemes

View file

@ -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;
}