File "project-information.scss"
Full Path: /home/adniftyx/public_html/wp-content/plugins/credio-addons/widgets/project-information/project-information.scss
File size: 739 bytes
MIME-type: text/plain
Charset: utf-8
@import '../../common';
.rs-client-list-content {
.rs-client-list {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
width: 100%;
li {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid #e3e0e3;
&:last-child {
border: none;
padding-bottom: 0;
}
.list-client-title {
position: relative;
min-width: 100px;
}
h3 {
margin: 0;
color:#1E001C;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px;
}
.list-client-content {
p {
margin: 0;
span {
padding-right: 20px;
}
}
}
}
}
}