passman/sass/share_credential.scss

39 lines
473 B
SCSS
Raw Normal View History

2016-10-07 19:41:08 +08:00
.sharing_table {
2016-10-07 22:13:28 +08:00
2016-10-07 19:41:08 +08:00
td:first-child {
width: 55%;
2016-10-07 19:41:08 +08:00
tags-input {
.tags {
width: 100%;
input {
//width: 90% !important;
}
}
}
2016-10-07 19:41:08 +08:00
.autocomplete {
margin-top: 35px;
}
}
}
2016-10-07 19:41:08 +08:00
.table {
2016-09-21 02:03:37 +08:00
width: 100%;
2016-10-07 19:41:08 +08:00
}
2016-10-07 22:13:28 +08:00
.share_credential{
padding-top: 10px;
input{
width: auto;
}
>div{
margin-bottom: 10px;
}
}
2016-10-07 19:41:08 +08:00
.shared_table {
.fa-trash {
cursor: pointer;
}
.fa-trash:hover {
color: #ce3702;
}
2016-09-21 02:03:37 +08:00
}