mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
84 lines
1.3 KiB
Text
84 lines
1.3 KiB
Text
.save-helper {
|
|
width: 443px;
|
|
padding: 0;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.save-title {
|
|
padding: 10px;
|
|
width: 100%;
|
|
background: linear-gradient(160deg, @green_primary, @green_secondary);
|
|
flex-direction: column;
|
|
border-radius: 3px 3px 0 0;
|
|
font-weight: 200;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.save-description {
|
|
padding: 10px;
|
|
}
|
|
|
|
.save-title-input {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
border-radius: 2px;
|
|
display: flex;
|
|
|
|
input {
|
|
width: 100%;
|
|
padding: 5px;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
|
|
font-family: inherit;
|
|
font-size: 14px;
|
|
font-weight: 200;
|
|
}
|
|
}
|
|
|
|
.save-title-label {
|
|
display: flex;
|
|
padding: 5px 10px;
|
|
background: rgba(0,0,0,0.1);
|
|
height: 100%;
|
|
}
|
|
|
|
.save-address-input {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
border-radius: 2px;
|
|
display: flex;
|
|
|
|
input {
|
|
width: 100%;
|
|
padding: 5px 5px 5px 2px;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
|
|
font-family: inherit;
|
|
font-size: 14px;
|
|
font-weight: 200;
|
|
}
|
|
}
|
|
|
|
.save-address-label {
|
|
display: flex;
|
|
padding: 5px 0 5px 10px;
|
|
height: 100%;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.save-text {
|
|
padding: 10px;
|
|
}
|
|
|
|
.save-buttons {
|
|
display: flex;
|
|
padding: 10px;
|
|
}
|
|
|
|
.save-buttons-text {
|
|
flex: 1;
|
|
}
|