No need for a back button from app config
This commit is contained in:
@@ -851,31 +851,6 @@ multiselect {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.back-to-view-link {
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: white;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: #1c1c1c;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
background-color: transparent;
|
||||
width: auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.bind-name {
|
||||
width: 35%
|
||||
}
|
||||
@@ -958,15 +933,6 @@ multiselect {
|
||||
// ----------------------------
|
||||
|
||||
.app-configure {
|
||||
// Ensure back link is fully visible
|
||||
@media(max-width:1200px) {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.card {
|
||||
min-height: 558px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user