mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 04:42:40 -05:00
init crater
This commit is contained in:
37
resources/assets/sass/components/avatar-cropper.scss
vendored
Normal file
37
resources/assets/sass/components/avatar-cropper.scss
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
.image-upload-box {
|
||||
height: 110px;
|
||||
padding: 20px;
|
||||
background-color: transparent;
|
||||
border: 2px dashed $ls-color-gray--light;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
|
||||
.preview-logo {
|
||||
max-height: 50%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.upload-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.upload-text {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
text-align: center;
|
||||
color: $ls-color-gray;
|
||||
}
|
||||
|
||||
.upload-icon {
|
||||
font-size: 20px;
|
||||
line-height: 23px;
|
||||
color: $ls-color-gray;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user