/*-----------------------------------------------------------------------------
--
--  _|      _|    _|_|      _|_|
--  _|      _|  _|    _|  _|    _|
--  _|      _|      _|        _|
--    _|  _|      _|        _|
--      _|      _|_|_|_|  _|_|_|_|
--
--  @file      v22-footer.css
--  @copyright See authors list below and v22.copyrights file
--  @licence   LGPL v3
--  @encoding  UTF-8
-------------------------------------------------------------------------------
--  @summary
--  V22 framework - Gnoga User Interface
--
--  @description
--
--
--  @authors
--  Arthur Le Floch - alf - developpement@soweb.io
--  Stéphane Rivière - sr - sriviere@soweb.io
--
--  @versions
--  See git log
-----------------------------------------------------------------------------*/

/* Container styling */

.footer {
    height: 40px;
    width: 100%;
    background-color: var(--footer-color);
    position: fixed;
    bottom: 0;
}

/* Footer data styling */

.left-text-parent {
    height: 100%;
    float: left;
    align-items: center;
    padding-left: 8px;
    color: var(--footer-left-color);
    display: flex;
}

.right-text-parent {
    height: 100%;
    float: right;
    align-items: center;
    padding-right: 8px;
    color: var(--footer-right-color);
    display: flex;
}

/*------------------------------------------------------------
  --  EOF
  ------------------------------------------------------------*/
