QA, removed not needed #app.
This commit is contained in:
parent
489544995c
commit
d2ba6d1f22
1 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
#app > *:not(.content):not(.active),
|
||||
#app > .hide,
|
||||
#app .icon,
|
||||
#app .btn,
|
||||
#app .avatar {
|
||||
.icon,
|
||||
.btn,
|
||||
.avatar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#app .table {
|
||||
.table {
|
||||
margin: 1em 0;
|
||||
border: 1px solid;
|
||||
padding: 1em;
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#app .dashboard + .sidebar {
|
||||
.dashboard + .sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -30,9 +30,9 @@
|
|||
|
||||
*/
|
||||
|
||||
#app .bulkAction,
|
||||
#app .overviews .checkbox-replacement,
|
||||
#app .overviews .overview-header {
|
||||
.bulkAction,
|
||||
.overviews .checkbox-replacement,
|
||||
.overviews .overview-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue