mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
@@ -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;
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
input[type="submit"], input[type="button"], button, .button {
|
||||
cursor: pointer;
|
||||
padding: 6.5px 15px;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
|
||||
Reference in New Issue
Block a user