1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00
This commit is contained in:
Adolfo Gómez García 2018-09-06 11:21:55 +02:00
parent ebda053271
commit 64216f4c69

View File

@ -24,9 +24,15 @@
/*width: 16rem;*/
margin: 0 1rem 2rem 0;
padding: 1rem;
border-radius: 1rem;
box-shadow: 0 1rem 2rem rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
flex: 1 0 21%;
/*background-color: #F0F0F0;*/
}
.plugin:hover {
cursor: pointer;
}
.plugin:hover {