passman/sass/share_credential.scss

19 lines
255 B
SCSS
Raw Normal View History

.sharing_table{
td:first-child{
width: 55%;
tags-input{
.tags {
width: 100%;
input {
//width: 90% !important;
}
}
}
.autocomplete{
margin-top: 35px;
}
}
}
2016-09-21 02:03:37 +08:00
.table{
width: 100%;
}