mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Added css classes for vertical alignment;
This commit is contained in:
@@ -1 +1,12 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user