Merge pull request #3721 from Matt-Yorkley/subs_styles

Subs styles
This commit is contained in:
Pau Pérez Fabregat
2019-04-15 12:53:27 +02:00
committed by GitHub
3 changed files with 21 additions and 3 deletions

View File

@@ -1,7 +1,18 @@
@import "../variables";
.state {
@extend .state;
#subscriptions .state {
border-radius: 3px;
text-transform: uppercase;
font-weight: 600;
border: 1px solid transparent;
padding: 2px 5px;
width: 100%;
display: inline-block;
text-align: center;
&:before {
display: none;
}
&.active {
background-color: $spree-green;

View File

@@ -14,6 +14,7 @@ tbody.panel-ctrl {
i.icon-chevron::before {
font-size: 1.2rem;
content: "\f078";
padding: 0;
}
&.error::before {
@@ -109,6 +110,12 @@ tbody.panel-ctrl {
border-color: #6788a2;
padding: 0;
.panel {
.actions {
.button {
display: inline-block;
}
}
.row{
margin: 0px -4px;

View File

@@ -2,7 +2,7 @@
input[type="submit"], input[type="button"], button, .button {
cursor: pointer;
padding: 6.5px 15px;
font-size: 85%;
}
.text-center {