70 lines
1.3 KiB
SCSS
70 lines
1.3 KiB
SCSS
/*
|
|
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 : 19-Jul-2018, 11:23:34
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#srv_footer {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
padding: 15px 20px;
|
|
margin-top: 30px;
|
|
|
|
font-size: 13px;
|
|
line-height: 22px;
|
|
|
|
background-color: $soft_blue_very_lighten;
|
|
border-top: 1px solid $soft_blue;
|
|
|
|
.footer_left{
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.footer_right{
|
|
text-align: left;
|
|
font-weight: 500;
|
|
|
|
span.faicon.inline_comment:before{
|
|
font-size: 18px !important;
|
|
vertical-align: -2px !important;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
span.faicon.external_link:before{
|
|
font-size: 16px !important;
|
|
vertical-align: -1px !important;
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#srv_news {
|
|
float: left;
|
|
width: 250px;
|
|
}
|
|
#srv_faq {
|
|
float: left;
|
|
width: 250px;
|
|
}
|
|
#srv_tutorial {
|
|
float: left;
|
|
width: 250px;
|
|
}
|
|
#version {
|
|
width: 100%;
|
|
text-align: center;
|
|
clear: both;
|
|
padding: 20px 0 15px 0;
|
|
background-color: $soft_blue_very_lighten;
|
|
font-size: 10px;
|
|
color: $strong_blue;
|
|
}
|