add back button in edit pages (#96)
closes #89 Reviewed-on: #96
This commit was merged in pull request #96.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
.toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.remove-button {
|
||||
background-color: var(--ion-color-primary);
|
||||
margin-right: 15px;
|
||||
width: 85px;
|
||||
width: 95px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -42,4 +43,8 @@ button {
|
||||
button:disabled,
|
||||
button[disabled]{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user