2018-03-18 18:34:10 +00:00
|
|
|
/* Search control */
|
|
|
|
.form-control.search {
|
2018-03-24 19:25:12 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#6c757d' stroke-opacity='.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line></svg>");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 1rem center;
|
|
|
|
background-size: 24px auto;
|
|
|
|
padding-left: 3rem;
|
|
|
|
padding-right: 2rem;
|
|
|
|
border-radius: 2rem
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.close-search {
|
2018-03-24 19:25:12 +00:00
|
|
|
width: 18px;
|
|
|
|
height: 24px;
|
|
|
|
display: block;
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#6c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x-circle'><circle cx='12' cy='12' r='10'></circle><line x1='15' y1='9' x2='9' y2='15'></line><line x1='9' y1='9' x2='15' y2='15'></line></svg>");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: 100% auto;
|
|
|
|
float: right;
|
|
|
|
margin-top: -36px;
|
|
|
|
margin-right: 20px;
|
|
|
|
cursor: pointer
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.close-search:hover {
|
2018-03-24 19:25:12 +00:00
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x-circle'><circle cx='12' cy='12' r='10'></circle><line x1='15' y1='9' x2='9' y2='15'></line><line x1='9' y1='9' x2='15' y2='15'></line></svg>")
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
|
|
|
|
2018-03-23 09:44:11 +00:00
|
|
|
/* Icons list: Grid */
|
2018-03-18 18:34:10 +00:00
|
|
|
.icons {
|
2018-03-24 19:25:12 +00:00
|
|
|
margin-right: -10px;
|
|
|
|
margin-left: -10px
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-23 09:44:11 +00:00
|
|
|
|
2018-03-24 19:25:12 +00:00
|
|
|
.col-6,.col-lg-3,.col-sm-4,.col-xl-2 {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-bottom: 20px
|
|
|
|
}
|
2018-03-23 09:44:11 +00:00
|
|
|
/* Icons list: Format */
|
|
|
|
.icon .container-img {
|
2018-03-24 19:25:12 +00:00
|
|
|
flex: 0 0 32px;
|
|
|
|
max-width: 32px;
|
|
|
|
margin-right: .75rem
|
2018-03-23 09:44:11 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-23 09:44:11 +00:00
|
|
|
.icon .name {
|
2018-03-24 19:25:12 +00:00
|
|
|
font-weight: 600;
|
|
|
|
line-height: 1.2rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis
|
2018-03-23 09:44:11 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-23 09:44:11 +00:00
|
|
|
.icon .symbol {
|
2018-03-24 19:25:12 +00:00
|
|
|
display: block
|
2018-03-23 09:44:11 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
|
|
|
.icon a,.icon span.placeholder {
|
|
|
|
border-radius: .6rem;
|
|
|
|
-webkit-transition: all .1s ease-in-out;
|
|
|
|
-moz-transition: all .1s ease-in-out;
|
|
|
|
transition: all .1s ease-in-out
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.icon a img {
|
2018-03-24 19:25:12 +00:00
|
|
|
width: 32px;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
|
|
|
float: left
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Icons list: Hover state */
|
|
|
|
.icon a:hover {
|
2018-03-24 19:25:12 +00:00
|
|
|
background-color: #fff!important;
|
|
|
|
box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 5px 15px rgba(0,0,0,.15);
|
|
|
|
text-decoration: none;
|
|
|
|
margin-top: -4px;
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-23 09:44:11 +00:00
|
|
|
|
2018-03-24 19:25:12 +00:00
|
|
|
/*View More Icon*/
|
2018-03-23 09:44:11 +00:00
|
|
|
.icon a:hover .row::after {
|
2018-03-24 19:25:12 +00:00
|
|
|
content: " ";
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-right: 1rem;
|
|
|
|
float: right;
|
|
|
|
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#6c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus-circle'><circle cx='12' cy='12' r='10'></circle><line x1='12' y1='8' x2='12' y2='16'></line><line x1='8' y1='12' x2='16' y2='12'></line></svg>");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: 100% auto
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Icons list: Placeholder */
|
|
|
|
.placeholder {
|
2018-03-24 19:25:12 +00:00
|
|
|
animation-duration: 2s;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-name: backgroundLoading;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
background: linear-gradient(to right,#f8f9fa 8%,#fff 18%,#f8f9fa 33%);
|
|
|
|
background-size: 500px 500px
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
@keyframes backgroundLoading {
|
|
|
|
0%{
|
|
|
|
background-position: -500px 0
|
|
|
|
}
|
|
|
|
100%{
|
|
|
|
background-position: 500px 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Modal */
|
|
|
|
.modal-backdrop.show {
|
2018-03-24 19:25:12 +00:00
|
|
|
opacity: .8;
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.modal-body {
|
2018-03-24 19:25:12 +00:00
|
|
|
padding: 0;
|
|
|
|
border-radius: .3rem!important
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Infos icon */
|
|
|
|
.info-icon {
|
2018-03-24 19:25:12 +00:00
|
|
|
width: 100%
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
|
|
|
.info-icon td,.info-icon th {
|
|
|
|
padding: 1.5rem
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.info-icon thead th {
|
2018-03-24 19:25:12 +00:00
|
|
|
border-top: none;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-bottom-color: rgba(127, 127, 127, 0.1);
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.info-icon .variant-white {
|
2018-03-24 19:25:12 +00:00
|
|
|
background-color: #1E1E1E!important;
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
|
|
|
.info-icon .format-128 img,.info-icon .format-svg img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.info-icon .format-svg img {
|
2018-03-24 19:25:12 +00:00
|
|
|
max-width: 48px
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.info-icon .format-128 img {
|
2018-03-24 19:25:12 +00:00
|
|
|
max-width: 128px
|
2018-03-18 18:34:10 +00:00
|
|
|
}
|
2018-03-24 19:25:12 +00:00
|
|
|
|
2018-03-18 18:34:10 +00:00
|
|
|
.info-icon .format-32-2x img {
|
2018-03-24 19:25:12 +00:00
|
|
|
width: 32px;
|
|
|
|
height: auto
|
|
|
|
}
|