Vulcan/packages/telescope-theme-base/lib/client/scss/specific/_users.scss

63 lines
883 B
SCSS
Raw Normal View History

.template-users {
a {
color: lighten($text, 10%);
transition: color .5s;
&:hover {
color: $red;
2014-08-20 15:59:11 +09: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
}
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
}
}
td {
text-align: center;
.time-ago {
font-size: .9em;
color: lighten($text, 15%);
}
&.actions {
li {
margin-bottom: .25em;
&:last-child {
margin-bottom: .15em;
}
}
}
2014-08-20 15:59:11 +09:00
}
.reactive-table-navigation {
margin-top: 30px;
}
2014-08-20 15:59:11 +09:00
}