Merge branch 'dev/gfl_finish_bug_in_flow-item' into 'master'
* code for delete / after background-image: url See merge request easycorp/zentaopms!6938
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<style>
|
||||
.flow-chart-row {display: flex; gap: 5px; margin-bottom: 9px; width: 100%;}
|
||||
.flow-item {background: url('/static/svg/arrow-blue.svg') center no-repeat; background-size: cover; text-align: center; margin: 0; padding-right: 15px; flex:0 1 15%; position: relative; padding: 5px 0 5px 8px; white-space:nowrap; overflow: hidden; color: #3c4353; display: flex; align-items: center; text-align: center; padding-right: 10px;}
|
||||
.flow-item {background: url('static/svg/arrow-blue.svg') center no-repeat; background-size: cover; text-align: center; margin: 0; padding-right: 15px; flex:0 1 15%; position: relative; padding: 5px 0 5px 8px; white-space:nowrap; overflow: hidden; color: #3c4353; display: flex; align-items: center; text-align: center; padding-right: 10px;}
|
||||
.ie-8 .flow-item > div:before {display: none}
|
||||
.flow-item > div:before {border-left-color: #fff; z-index: 1}
|
||||
.flow-item > div > div {display: flow-root; overflow: hidden;}
|
||||
@@ -22,7 +22,7 @@
|
||||
.flow-item-2,
|
||||
.flow-item-3,
|
||||
.flow-item-4,
|
||||
.flow-item-5 {background-image: url('/static/svg/arrow-white.svg'); }
|
||||
.flow-item-5 {background-image: url('static/svg/arrow-white.svg'); }
|
||||
|
||||
.block-sm .flow-item {padding-right: 5px}
|
||||
.block-sm .flow-item > div:before, .block-sm .flow-item > div:after {border-width: 15px 0 15px 6px;}
|
||||
|
||||
Reference in New Issue
Block a user