2015-02-12 23:28:14 -05:00
|
|
|
.template-users {
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: lighten($text, 10%);
|
|
|
|
transition: color .5s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $red;
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
|
|
|
}
|
2015-02-12 23:28:14 -05:00
|
|
|
|
|
|
|
.user-table-heading {
|
|
|
|
margin-bottom: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reactive-table-filter {
|
|
|
|
margin: 5px 7px 25px 0;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 1.15em;
|
|
|
|
color: $text;
|
|
|
|
font-weight: bold;
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
2015-02-12 23:28:14 -05:00
|
|
|
|
|
|
|
input {
|
|
|
|
width: 170px;
|
|
|
|
height: 30px;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: .7em;
|
|
|
|
margin-left: .3em;
|
|
|
|
transition: width .7s ease-in-out;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
width: 220px;
|
|
|
|
outline: none;
|
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
2014-11-23 21:11:15 -08:00
|
|
|
}
|
2015-02-12 23:28:14 -05:00
|
|
|
|
|
|
|
td {
|
|
|
|
text-align: center;
|
|
|
|
|
2015-02-13 01:47:36 -05:00
|
|
|
.time-ago {
|
|
|
|
font-size: .9em;
|
|
|
|
color: lighten($text, 15%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&.actions {
|
2015-02-12 23:28:14 -05:00
|
|
|
|
2015-02-13 01:47:36 -05:00
|
|
|
li {
|
|
|
|
margin-bottom: .25em;
|
2015-02-12 23:28:14 -05:00
|
|
|
|
2015-02-13 01:47:36 -05:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: .15em;
|
|
|
|
}
|
2015-02-12 23:28:14 -05:00
|
|
|
}
|
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|
|
|
|
|
2015-02-12 23:28:14 -05:00
|
|
|
.reactive-table-navigation {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
2014-08-20 15:59:11 +09:00
|
|
|
}
|