mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
Add description to plan category
This commit is contained in:
parent
4b2ff659ca
commit
ce6d7d1148
@ -81,4 +81,4 @@
|
|||||||
|
|
||||||
@import "app.responsive";
|
@import "app.responsive";
|
||||||
|
|
||||||
@import "overrides"
|
@import "overrides";
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// tiptap class for the editor
|
// tiptap class for the editor
|
||||||
.ProseMirror {
|
.ProseMirror {
|
||||||
max-height: 40vh;
|
max-height: 40vh;
|
||||||
@ -94,7 +94,7 @@
|
|||||||
@include text-sm();
|
@include text-sm();
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
select {
|
select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -155,6 +155,11 @@
|
|||||||
border-color: var(--information);
|
border-color: var(--information);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
@include button(3.2rem);
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-video {
|
&-video {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user