dashboard: add initial version of app list view
This commit is contained in:
@@ -357,6 +357,26 @@ textarea {
|
||||
// Apps view
|
||||
// ----------------------------
|
||||
|
||||
.app-list {
|
||||
width: 100%;
|
||||
margin-top: 20px !important;
|
||||
|
||||
.app-list-item {
|
||||
.app-list-item-icon {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.app-list-app-link {
|
||||
display: block;
|
||||
color: $text-dark;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.app-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user