Commit ecdad8e9560f73933ee2fd6a30451d1cf10f00d5
1 parent
a6fd2619
правки
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
frontend/web/css/main.css
@@ -721,6 +721,21 @@ ul.list-wr span{color: #555;} | @@ -721,6 +721,21 @@ ul.list-wr span{color: #555;} | ||
721 | float: left; | 721 | float: left; |
722 | width: 100%; | 722 | width: 100%; |
723 | } | 723 | } |
724 | +.list-static-wr{ | ||
725 | + list-style:none; | ||
726 | +} | ||
727 | +.list-static-wr li { | ||
728 | + position: relative; | ||
729 | +} | ||
730 | +.list-static-wr li:before { | ||
731 | + content: '•'; | ||
732 | + font-weight: bold; | ||
733 | + color: #0080ca; | ||
734 | + font-size: 25px; | ||
735 | + position: absolute; | ||
736 | + left: -20px; | ||
737 | + top: -2px; | ||
738 | +} | ||
724 | 739 | ||
725 | @media(min-width:1201px){ | 740 | @media(min-width:1201px){ |
726 | .links-ses-for-wr .container .row p {margin: 7px 20px;} | 741 | .links-ses-for-wr .container .row p {margin: 7px 20px;} |