You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
866 B
41 lines
866 B
VFXStickyNote .resizableElement > #right > #top-right-resize,
|
|
VFXStickyNote .resizableElement > #left > #top-left-resize,
|
|
VFXStickyNote .resizableElement > #right > #bottom-right-resize,
|
|
VFXStickyNote .resizableElement > #left > #bottom-left-resize {
|
|
width: 12px;
|
|
height: 12px
|
|
}
|
|
|
|
VFXStickyNote #title {
|
|
border-width: 0;
|
|
}
|
|
|
|
VFXStickyNote #title-field {
|
|
margin-left: -1px;
|
|
}
|
|
|
|
VFXStickyNote #title-field > TextInput {
|
|
border-radius: 0;
|
|
margin: 0 0;
|
|
}
|
|
|
|
VFXStickyNote #title-field > TextInput > TextElement {
|
|
padding: 0;
|
|
}
|
|
|
|
VFXStickyNote.size-small #title-field > TextInput {
|
|
left: 0;
|
|
font-size: 20px;
|
|
}
|
|
|
|
VFXStickyNote.size-medium #title-field > TextInput {
|
|
font-size: 40px;
|
|
}
|
|
|
|
VFXStickyNote.size-large #title-field > TextInput {
|
|
font-size: 60px;
|
|
}
|
|
|
|
VFXStickyNote.size-huge #title-field > TextInput {
|
|
font-size: 80px;
|
|
}
|