Add margin for icon view
This commit is contained in:
parent
ccd4cdc91e
commit
f4a3500fa1
1 changed files with 4 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
/*
|
/*
|
||||||
########################################################
|
#############################################################
|
||||||
############# DO NOT EDIT THIS FILE ####################
|
################ DO NOT EDIT THIS FILE ######################
|
||||||
############# USE data/user.css ####################
|
################ USE data/assets/user.css ###################
|
||||||
########################################################
|
#############################################################
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-color: #dadada;
|
--background-color: #dadada;
|
||||||
--border-radius: 10px;
|
--border-radius: 10px;
|
||||||
|
@ -177,7 +176,6 @@ svg:hover {
|
||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
.card {
|
.card {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue