passman/sass/share_credential.scss
2016-10-07 13:41:08 +02:00

29 lines
363 B
SCSS

.sharing_table {
td:first-child {
width: 55%;
tags-input {
.tags {
width: 100%;
input {
//width: 90% !important;
}
}
}
.autocomplete {
margin-top: 35px;
}
}
}
.table {
width: 100%;
}
.shared_table {
.fa-trash {
cursor: pointer;
}
.fa-trash:hover {
color: #ce3702;
}
}