Temporary UI

This commit is contained in:
alonso.torres 2021-06-02 16:09:50 +02:00 committed by Andrés Moya
parent 61545ea13e
commit d855b930c5
5 changed files with 82 additions and 13 deletions

View file

@ -165,3 +165,30 @@
}
}
}
.import-file-btn {
align-items: center;
display: flex;
flex-direction: column;
height: 2rem;
justify-content: center;
overflow: hidden;
padding: 4px;
width: 2rem;
background: none;
border: 1px solid $color-gray-20;
border-radius: 2px;
cursor: pointer;
transition: all 0.4s;
margin-left: 1rem;
&:hover {
background: $color-primary;
}
svg {
width: 16px;
height: 16px;
}
}