First commit
This commit is contained in:
10
application/elements/label/left.js
Normal file
10
application/elements/label/left.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import label from "../label.js";
|
||||
|
||||
export default class leftLabel extends label{
|
||||
|
||||
width = "30%"
|
||||
|
||||
justifyContent = "flex-end";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user