mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
12 lines
129 B
SCSS
12 lines
129 B
SCSS
|
|
.left{
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.middle{
|
||
|
|
float: left;
|
||
|
|
padding-left: 5px !important;
|
||
|
|
}
|
||
|
|
.right{
|
||
|
|
float: right;
|
||
|
|
margin-left: auto;
|
||
|
|
}
|