2015-04-22 07:50:11 +09:00
|
|
|
.users-dashboard-heading {
|
|
|
|
margin-bottom: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.users-dashboard {
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: lighten($text, 10%);
|
|
|
|
transition: color .5s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.reactive-table-filter {
|
|
|
|
margin: 5px 7px 25px 0;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 1.15em;
|
|
|
|
color: $text;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 170px;
|
|
|
|
height: 30px;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: .7em;
|
|
|
|
margin-left: .3em;
|
|
|
|
transition: width .7s ease-in-out;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
width: 220px;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.time-ago {
|
|
|
|
font-size: .9em;
|
|
|
|
color: lighten($text, 15%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.actions {
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-bottom: .25em;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: .15em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.reactive-table-navigation {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
2015-05-16 12:34:50 +09:00
|
|
|
}
|
2015-05-19 09:37:27 +09:00
|
|
|
.user-profile-avatar{
|
2015-05-16 12:34:50 +09:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.edit-profile-button{
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.user-info{
|
2015-05-16 13:13:45 +09:00
|
|
|
max-width: 400px;
|
2015-05-16 12:34:50 +09:00
|
|
|
tr:last-child{
|
|
|
|
border: none;
|
|
|
|
}
|
2015-04-22 07:50:11 +09:00
|
|
|
}
|