67 lines
1.0 KiB
SCSS
Raw Normal View History

2019-10-22 15:45:51 +11:00
// TODO: This gets overridden somewhere. It is defined in common/base/discourse.scss
2019-10-25 14:00:59 +11:00
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
cursor: not-allowed;
background-color: #e9e9e9;
border-color: #e9e9e9;
2019-10-22 15:45:51 +11:00
}
2019-12-18 08:47:01 +11:00
#discourse-subscriptions-admin {
2019-10-08 22:26:58 +11:00
.btn-right {
text-align: right;
}
}
2019-11-30 16:39:28 +11:00
.plan-amount {
position: relative;
top: 2px;
}
.plan-currency {
width: 70px;
}
2019-10-31 10:01:41 +11:00
.td-right {
text-align: right;
}
2019-12-05 14:59:07 +11:00
table.discourse-subscriptions-user-table {
2019-10-31 10:01:41 +11:00
width: 100%;
2019-10-31 13:31:24 +11:00
th,
td {
2019-10-31 10:01:41 +11:00
padding: 10px;
2019-09-14 12:56:28 +10:00
}
2019-12-05 14:59:07 +11:00
th:first-child,
td:first-child,
th:last-child,
td:last-child {
padding-left: 0;
}
2019-09-14 12:56:28 +10:00
}
2019-09-12 17:47:08 +10:00
.desc {
color: dark-light-choose($primary-medium, $secondary-medium);
font-size: 0.8em;
}
2019-12-18 08:47:01 +11:00
.discourse-subscriptions-admin-textarea {
2019-11-01 12:30:19 +11:00
width: 80%;
}
2019-09-12 16:16:38 +10:00
#stripe-elements {
border: 1px $primary-low-mid solid;
padding: 10px;
background-color: $primary-very-low;
2019-09-12 16:16:38 +10:00
}
2019-09-11 21:14:48 +10:00
#card-action {
margin: 20px 0;
}
2019-12-18 08:47:01 +11:00
.discourse-subscriptions-confirmation-billing {
2019-09-12 19:04:10 +10:00
margin-right: 40px;
}