notes
This commit is contained in:
40
ui/hv2-ui/src/app/note/note.component.css
Normal file
40
ui/hv2-ui/src/app/note/note.component.css
Normal file
@ -0,0 +1,40 @@
|
||||
table {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
#addEntryfield {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
#divider {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#firstblock {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#secondblock {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.rightaligned {
|
||||
justify-self: right;
|
||||
}
|
||||
|
||||
.large {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.notearea {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.topalign {
|
||||
vertical-align: top;
|
||||
padding-right: 10px;
|
||||
}
|
Reference in New Issue
Block a user