/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-nov-2022, 10:19:56
    Author     : Leo
*/
/*
    boostrap-like classes
*/

.mr-1 {
    margin-right: 1em;
}

.ml-1 {
    margin-left: 1em;
}

.ml-min {
    margin-left: 5px;
}

.text-success {
    color: lightgreen;
}