Rounded drive contents

master
David Benqué 3 years ago
parent 612467ed92
commit e089b625f0

@ -597,6 +597,7 @@
} }
.drive_fileIcon; .drive_fileIcon;
li { li {
border-radius: @variables_radius;
&.cp-app-drive-element { &.cp-app-drive-element {
position: relative; position: relative;
} }
@ -666,6 +667,7 @@
} }
li { li {
display: flex; display: flex;
border-radius: @variables_radius;
input { input {
border: 1px solid transparent; border: 1px solid transparent;
margin: 0; margin: 0;
@ -754,6 +756,7 @@
} }
&> span { &> span {
padding: 14px 5px; padding: 14px 5px;
border-radius: @variables_radius;
&.cp-app-drive-sort-clickable { &.cp-app-drive-sort-clickable {
cursor: pointer; cursor: pointer;
&:hover { &:hover {

Loading…
Cancel
Save