mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
101 lines
3.0 KiB
CSS
101 lines
3.0 KiB
CSS
@charset "UTF-8";
|
|
/* Estilos para mostrar la búsqueda en formato cuadrícula */
|
|
#content #data-search {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
text-align: center;
|
|
padding: 0.5em 0;
|
|
width: 100%;
|
|
margin: 0 auto; }
|
|
#content #data-search .account-label {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
width: 25em;
|
|
min-height: 8em;
|
|
height: auto;
|
|
text-align: left;
|
|
margin: .5em .5em;
|
|
color: #696969;
|
|
background-color: #fcfcfc;
|
|
padding: 0 .5em; }
|
|
#content #data-search .account-label .label-row-up,
|
|
#content #data-search .account-label .label-row-down {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
height: auto;
|
|
min-height: 3em;
|
|
width: 100%;
|
|
padding: 0.5em 0; }
|
|
#content #data-search .account-label .label-row-down {
|
|
height: 3em; }
|
|
#content #data-search .account-label .label-left {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: auto; }
|
|
#content #data-search .account-label .label-right {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
width: 100%;
|
|
height: auto; }
|
|
#content #data-search .account-label .label-right > div {
|
|
width: 100%; }
|
|
#content #data-search .account-label .label-field {
|
|
width: 100%;
|
|
min-height: 3em;
|
|
height: auto;
|
|
padding: 0 .3em; }
|
|
#content #data-search .account-label .field-text {
|
|
word-wrap: break-word; }
|
|
#content #data-search .account-label .field-text a {
|
|
color: #5c6bc0; }
|
|
#content #data-search .account-label .field-customer {
|
|
flex-grow: 2; }
|
|
#content #data-search .account-label .field-name {
|
|
padding: 0.3em 0.2em;
|
|
color: #b9b9b9;
|
|
text-align: left;
|
|
border-bottom: 1px solid #d9d9d9; }
|
|
#content #data-search .account-label .field-name-hidden {
|
|
display: none; }
|
|
#content #data-search .account-label .header .field-name {
|
|
color: white;
|
|
font-weight: bold; }
|
|
#content #data-search .account-label .no-link,
|
|
#content #data-search .account-label .no-link a {
|
|
color: white;
|
|
font-weight: bold; }
|
|
#content #data-search .account-info {
|
|
padding: .5em 0 .5em 0;
|
|
text-align: left;
|
|
opacity: 0.3;
|
|
min-height: 4em; }
|
|
#content #data-search .account-info:hover {
|
|
opacity: 1; }
|
|
#content #data-search .account-actions {
|
|
align-self: baseline;
|
|
padding: .5em 0;
|
|
text-align: right;
|
|
border-top: 1px solid #c9c9c9; }
|
|
#content #data-search .account-actions i {
|
|
opacity: .5; }
|
|
#content #data-search .account-actions i:hover {
|
|
opacity: 1; }
|
|
#content #data-search .account-spacer {
|
|
float: left;
|
|
clear: left;
|
|
height: 2em;
|
|
width: 20%; }
|
|
#content #data-search .tags-box {
|
|
display: inline-block; }
|
|
#content #data-search .tags-box span.tag {
|
|
cursor: pointer;
|
|
opacity: 0.3; }
|
|
#content #data-search .tags-box span.tag:hover {
|
|
opacity: 1; }
|
|
|
|
/*# sourceMappingURL=search-card.css.map */
|