50 lines
793 B
SCSS
Raw Normal View History

2019-10-21 13:20:14 +09:00
@charset 'utf-8';
2019-10-07 16:29:38 +09:00
.organization-tree {
ul,
li {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
.organization-tree-node-invisible {
display: none;
}
}
2019-10-21 13:20:14 +09:00
.list-search {
display: flex;
flex-direction: row;
height: 60px;
align-items: center;
padding: 0 20px;
font-size: 14px;
border-bottom: 1px solid #dddddd;
.searchbox {
width: 100%;
display: flex;
input {
display: inline-flex;
width: 100%;
font-size: 14px;
padding-left: 0;
}
.btn-search {
color: #777777;
font-size: 12px;
display: inline-flex;
margin-left: auto;
flex: none;
}
}
}
.selectbox {
display: inline-flex;
width: 45%;
margin-right: 1%;
}
+ .searchbox {
width: 54%;
display: inline-flex;
}