mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
use grid for icons
This commit is contained in:
parent
2204d43037
commit
328a576753
|
@ -54,7 +54,6 @@ export default Vue.extend({
|
|||
border-radius: 8px;
|
||||
display: block;
|
||||
padding: 15px;
|
||||
padding-bottom: 10px;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
@ -104,14 +103,10 @@ export default Vue.extend({
|
|||
}
|
||||
|
||||
.nodes {
|
||||
display: flex;
|
||||
margin-top: 20px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
> div {
|
||||
margin-right: 15px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
display: grid;
|
||||
grid-template-columns: repeat(10, 1fr);
|
||||
grid-row-gap: 5px;
|
||||
margin-block-start: 15px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
|
|
Loading…
Reference in a new issue