wp_back/wp-content/plugins/easy-post-views-count/freemius/assets/scss/admin/account.scss
2024-05-20 15:37:46 +03:00

302 lines
4.4 KiB
SCSS

@import "../start";
#fs_account
{
.postbox,
.widefat
{
max-width: 700px;
}
h3
{
font-size: 1.3em;
padding: 12px 15px;
margin: 0 0 12px 0;
line-height: 1.4;
border-bottom: 1px solid #F1F1F1;
.dashicons {
width: 26px;
height: 26px;
font-size: 1.3em;
}
}
i.dashicons
{
font-size: 1.2em;
height: 1.2em;
width: 1.2em;
}
.dashicons
{
vertical-align: middle;
}
.fs-header-actions
{
position: absolute;
top: 17px;
right: 15px;
font-size: 0.9em;
ul
{
margin: 0;
}
li
{
form
{
display: inline-block;
}
float: left;
a
{
text-decoration: none;
}
}
}
}
#fs_account_details .button-group {
float: right;
}
.rtl #fs_account .fs-header-actions
{
left: 15px;
right: auto;
}
.fs-key-value-table
{
width: 100%;
form
{
display: inline-block;
}
tr
{
td:first-child
{
nobr
{
font-weight: bold;
}
text-align: right;
form
{
display: block;
}
}
td.fs-right
{
text-align: right;
}
&.fs-odd
{
background: #ebebeb;
}
}
td, th
{
padding: 10px;
}
code {
line-height: 28px;
}
var, code, input[type="text"]
{
color: #0073AA;
font-size: 16px;
background: none;
}
input[type="text"] {
width: 100%;
font-weight: bold;
}
}
label.fs-tag
{
background: #ffba00;
color: #fff;
display: inline-block;
border-radius: 3px;
padding: 5px;
font-size: 11px;
line-height: 11px;
vertical-align: baseline;
&.fs-warn
{
background: #ffba00;
}
&.fs-success
{
background: #46b450;
}
&.fs-error
{
background: #dc3232;
}
}
#fs_sites
{
.fs-scrollable-table
{
.fs-table-body {
max-height: 200px;
overflow: auto;
border: 1px solid #e5e5e5;
& > table.widefat {
border: none !important;
}
}
.fs-main-column {
width: 100%;
}
.fs-site-details
{
td:first-of-type
{
text-align: right;
color: grey;
width: 1px;
}
td:last-of-type
{
text-align: right;
}
}
.fs-install-details table
{
tr td
{
width: 1px;
white-space: nowrap;
&:last-of-type
{
width: auto;
}
}
}
}
}
#fs_addons
{
h3
{
border: none;
margin-bottom: 0;
padding: 4px 5px;
}
td
{
vertical-align: middle;
}
thead {
white-space: nowrap;
}
td:first-child,
th:first-child
{
text-align: left;
font-weight: bold;
}
td:last-child,
th:last-child
{
text-align: right;
}
th
{
font-weight: bold;
}
}
#fs_billing_address {
width: 100%;
tr {
td {
width: 50%;
padding: 5px;
}
&:first-of-type {
td {
padding-top: 0;
}
}
}
@mixin read-mode {
border-color: transparent;
color: #777;
border-bottom: 1px dashed #ccc;
padding-left: 0;
background: none;
}
span {
font-weight: bold;
}
input, select {
@include placeholder(transparent);
display: block;
width: 100%;
margin-top: 5px;
&.fs-read-mode {
@include read-mode();
}
}
&.fs-read-mode {
td span {
display: none;
}
input, select
{
@include read-mode();
@include placeholder(#ccc);
}
}
button {
display: block;
width: 100%;
}
}