Added stash menu with remove and rename.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
flex-shrink: 0;
|
||||
align-items: stretch;
|
||||
box-sizing: border-box;
|
||||
padding: .5rem 0 .5rem .5rem;
|
||||
padding: .5rem;
|
||||
border: none;
|
||||
border-radius: .25rem;
|
||||
background: var(--background);
|
||||
@@ -57,16 +57,30 @@
|
||||
}
|
||||
|
||||
.button-label {
|
||||
margin-right: .75rem;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
color: var(--primary);
|
||||
background: var(--primary);
|
||||
color: var(--text-light);
|
||||
justify-content: center;
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
background: var(--primary-dark-10);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background: var(--shadow-weak-10);
|
||||
}
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
background: var(--primary);
|
||||
color: var(--text-light);
|
||||
justify-content: center;
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
background: var(--primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
--primary-dark-10: #e54485;
|
||||
--primary: #f65596;
|
||||
--primary-light-10: #f075a6;
|
||||
--primary-light-30: #f7c9dc;
|
||||
|
||||
6
assets/img/icons/pen6.svg
Normal file
6
assets/img/icons/pen6.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<title>pen6</title>
|
||||
<path d="M16 2.5c0-1.381-1.119-2.5-2.5-2.5-0.818 0-1.544 0.393-2 1l-9 9 3.5 3.5 9-9c0.607-0.456 1-1.182 1-2z"></path>
|
||||
<path d="M0 16l1.5-5 3.5 3.5z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 315 B |
6
assets/img/icons/pencil5.svg
Normal file
6
assets/img/icons/pencil5.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<title>pencil5</title>
|
||||
<path d="M12 8.5v5.5h-10v-10h5.5l2-2h-8c-0.825 0-1.5 0.675-1.5 1.5v11c0 0.825 0.675 1.5 1.5 1.5h11c0.825 0 1.5-0.675 1.5-1.5v-8l-2 2z"></path>
|
||||
<path d="M13.5 0l-9.5 9.5v2.5h2.5l9.5-9.5c0-1.5-1-2.5-2.5-2.5z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 376 B |
6
assets/img/icons/pencil7.svg
Normal file
6
assets/img/icons/pencil7.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<title>pencil7</title>
|
||||
<path d="M12 8.5v5.5h-10v-10h5.5l2-2h-8c-0.825 0-1.5 0.675-1.5 1.5v11c0 0.825 0.675 1.5 1.5 1.5h11c0.825 0 1.5-0.675 1.5-1.5v-8l-2 2z"></path>
|
||||
<path d="M13.5 0l-9.5 9.5v2.5h2.5l9.5-9.5c0-1.5-1-2.5-2.5-2.5zM6.5 10l-0.75-0.75 7.5-7.5 0.75 0.75-7.5 7.5z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 421 B |
Reference in New Issue
Block a user