_folder_view.sass 210 Bytes
Newer Older
Karen Konou's avatar
Karen Konou committed
1
.fv.folders
Karen Konou's avatar
Karen Konou committed
2 3
  display: grid
  grid-template-columns: 100px 100px 100px
4
  gap: 25px
5
  margin: 20px 0px
Karen Konou's avatar
Karen Konou committed
6 7 8

.fv.action
  position: relative
9 10 11 12 13 14 15
  left: 100px
  top: -15px
  color: blue

.fv.btn
  size: 100%
  width:100%