tab/app/assets/stylesheets/users.css.scss

56 lines
825 B
SCSS
Raw Normal View History

2015-09-10 19:12:03 +00:00
table.pure-table-striped {
border: 0;
/* HEADER */
thead {
background-color: transparent;
th {
border: 0;
}
}
/* BODY */
tbody {
tr {
border-left: 0;
border-bottom: 1px solid rgb(128, 128, 128);
&:nth-child(odd) {
background-color: #f9f9f9;
td {
background-color: #f9f9f9;
}
}
td {
border-left: 0;
border-right: 0;
border-top: 1px solid #dddddd;
padding: 15px;
}
}
}
}
2015-09-11 18:46:37 +00:00
#transactions-filters {
.panel-heading {
cursor: pointer;
}
2015-09-11 13:18:36 +00:00
.row {
2015-09-10 19:12:03 +00:00
padding: 10px;
2015-09-10 19:44:43 +00:00
padding-top: 20px;
&:first-child {
padding-top: 0px;
}
&:last-child {
margin-bottom: 0;
}
2015-09-10 19:12:03 +00:00
}
}
2015-09-11 16:22:54 +00:00
#s2id_transaction_creditor {
min-width: 150px;
}
2018-06-20 17:28:01 +00:00
.reset_key {
display: inline;
2018-06-20 17:31:00 +00:00
}