123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733 |
- // Variables, Mixins
- @import "variables.less";
- @import "buttons.less";
- // html5
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- nav,
- section,
- summary {
- display: block;
- }
- /* MIX */
- body {
- margin: 0 0;
- padding-bottom: 0!important;
- font-family: @font-primary;
- font-size: 17px;
- line-height: 27px;
- color: @brand-text;
- }
- p, ul, li {
- font-size: 17px;
- text-align: justify;
- }
- strong {
- color: @brand-primary;
- }
- .link-primary {
- color: @brand-primary!important;
- cursor: pointer;
- }
- .font-weight-700 {
- font-weight: 700;
- }
- .padding-0 {
- padding: 0;
- }
- .padding-lr-0 {
- padding-left: 0;
- padding-right: 0;
- }
- .padding-top-bottom-25 {
- padding-top: 25px;
- padding-bottom: 25px;
- }
- .padding-bottom-25 {
- padding-bottom: 25px;
- }
- .pl-20 {
- padding-left: 20px;
- }
- .smad-divider {
- margin: 20px 0;
- height: 1px;
- width: 100%;
- background-color: @brand-grey;
- }
- .smad-line-grey {
- color: @brand-grey;
- }
- .smad-line-red {
- color: @brand-primary;
- }
- .text-grey {
- color: @brand-text-light;
- }
- .bg-white {
- background-color: @brand-white!important;
- }
- .btn {
- padding-top: 10px;
- padding-bottom: 10px;
- padding-left: 15px;
- padding-right: 15px;
- }
- .border-top-grey {
- border-top: 2px solid @brand-grey;
- }
- .border-bottom-grey {
- border-bottom: 2px solid @brand-grey;
- }
- ul.breadcrumb {
- background-color: @brand-white;
- li {
- a {
- color: @brand-dark;
- font-weight: 700;
- &:first-child:before {
- padding-right: 5px;
- content: "|";
- color: @brand-primary;
- }
- }
- }
- }
- /* menu hamburger*/
- #hamburger-menu {
- .smad-menu-title {
- font-size: 11px;
- height: 17px;
- text-align: center;
- color: @brand-primary;
- font-weight: bold;
- }
- float: right;
- .hamburger-menu-line {
- width: 35px;
- height: 3px;
- background-color: @brand-dark;
- margin: 6px 0;
- text-align: right;
- }
- }
- /** drop down menu */
- #smad-header-section ul.dropdown-menu li{
- display: block;
- }
- /** Bootstrap */
- .btn:focus,.btn:active {
- outline: none !important;
- }
- /*.btn-primary {
- color: @brand-text;
- background-color: @brand-grey;
- border-color: @brand-grey;
- }
- .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
- color: @brand-white;
- background-color: @brand-primary;
- border-color: @brand-primary;
- }
- .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
- color: @brand-white;
- background-color: @brand-primary;
- border-color: @brand-primary;
- }*/
- /*
- .btn-default {
- color: @brand-primary;
- background-color: @brand-white;
- border-color: @brand-primary;
- }
- .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
- color: @brand-white;
- background-color: @brand-primary;
- border-color: @brand-primary;
- }
- .btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
- color: @brand-white;
- background-color: @brand-primary;
- border-color: @brand-primary;
- }*/
- /*.btn-default-red {
- color: @brand-white!important;
- background-color: @brand-primary;
- border-color: @brand-primary;
- }
- .btn-default-red.active.focus, .btn-default-red.active:focus, .btn-default-red.active:hover, .btn-default-red:active.focus, .btn-default-red:active:focus, .btn-default-red:active:hover, .open>.dropdown-toggle.btn-default-red.focus, .open>.dropdown-toggle.btn-default-red:focus, .open>.dropdown-toggle.btn-default-red:hover {
- color: @brand-primary!important;
- background-color: @brand-white;
- border-color: @brand-primary;
- }
- .btn-default-red.active, .btn-default-red:active, .btn-default-red:hover, .open>.dropdown-toggle.btn-default-red {
- color: @brand-primary!important;
- background-color: @brand-white;
- border-color: @brand-primary;
- }*/
- /*
- .btn-grey-border {
- color: @brand-secondary!important;
- background-color: @brand-white;
- border-color: @brand-secondary;
- }
- .btn-grey-border.active.focus, .btn-grey-border.active:focus, .btn-grey-border.active:hover, .btn-grey-border:active.focus, .btn-grey-border:active:focus, .btn-grey-border:active:hover, .open>.dropdown-toggle.btn-grey-border.focus, .open>.dropdown-toggle.btn-grey-border:focus, .open>.dropdown-toggle.btn-grey-border:hover {
- color: @brand-white!important;
- background-color: @brand-secondary;
- border-color: @brand-secondary;
- }
- .btn-grey-border.active, .btn-grey-border:active, .btn-grey-border:hover, .open>.dropdown-toggle.btn-grey-border {
- color: @brand-white!important;
- background-color: @brand-secondary;
- border-color: @brand-secondary;
- }*/
- /* Select option */
- .col-centered {
- margin: 0 auto;
- float: none;
- }
- /**Table */
- .table {
- thead {
- td {
- color: @brand-text;
- }
- }
- tbody {
- td {
- color: @brand-text-light;
- }
- }
- }
- /** TOP */
- #smad-header-section {
- padding: 10px 10px;
- background-color: @brand-grey-light;
- .smad-top-first {
- margin-left: 4%;
- padding-top: 20px;
- border-bottom: 1px solid @brand-primary;
- }
- .smad-top-second {
- text-align: right;
- }
- ul {
- text-align: right;
- list-style-type: none;
- li {
- padding: 0px;
- display: inline-block;
- .smad-header-title {
- color: @brand-text-light;
- font-size: 13px;
- }
- .smad-desc {
- padding-right: 10px;
- color: @brand-text;
- font-size: 13px;
- #ProcesMenuLoginDropdownLink {
- color: @brand-text;
- }
- }
- }
- }
- a.smad-logout {
- color: @brand-text;
- font-size: 14px;
- text-decoration: none;
- &:focus, &:hover {
- color: @brand-text;
- text-decoration: none;
- }
- }
- }
- /** Menu */
- #smad-menu-section {
- .smad-heder-title {
- color: @brand-text;
- font-weight: 700;
- }
- .menu-items {
- padding-top: 20px;
- padding-bottom: 20px;
- .menu-item {
- display: inline-block;
- }
- ul {
- list-style-type: none;
- display: inline-block;
- li {
- padding: 5px 7px;
- display: inline-block;
- }
- }
- }
- }
- /* Menu form */
- #smad-menu-form-section {
- .smad-border-col {
- border-right: 2px solid @brand-grey;
- @media screen and (max-width : @screen-md ) {
- border-right: 0;
- border-bottom: 2px solid @brand-grey;
- }
- }
- .menu-items {
- padding-top: 45px;
- padding-bottom: 20px;
- .menu-item {
- padding-top: 25px;
- padding-bottom: 65px;
- display: inline-block;
- a {
- color: @brand-text;
- text-decoration: none;
- font-weight: 700;
- &:focus, &:hover {
- color: @brand-text;
- text-decoration: none;
- font-weight: 700;
- }
- }
- input {
- width: 80px;
- }
- }
- }
- .menu-form-input {
- padding-top: 25px;
- padding-bottom: 25px;
- .menu-item {
- display: inline-block;
- a {
- color: @brand-text;
- text-decoration: none;
- font-weight: 700;
- &:focus, &:hover {
- color: @brand-text;
- text-decoration: none;
- font-weight: 700;
- }
- }
- input {
- width: 80px;
- }
- }
- }
- }
- #smad-generate-link {
- padding: 60px 60px;
- }
- /** Footer */
- footer {
- height: 75px;
- bottom: 0;
- width: 100%;
- }
- #smad-footer-section {
- padding: 28px 0 10px 0;
- background-color: @brand-secondary;
- text-align: center;
- ul {
- text-align: center;
- list-style-type: none;
- li {
- padding: 0 30px;
- display: inline-block;
- @media screen and (max-width : @screen-md ) {
- padding: 0 10px;
- }
- @media screen and (max-width : @screen-xs ) {
- text-align: center;
- padding: 0 10px;
- display: block;
- }
- a {
- text-decoration: none;
- color: @brand-text;
- text-decoration: none;
- &:focus, &:hover {
- color: @brand-text;
- text-decoration: underline;
- }
- }
- }
- }
- }
- /**
- * Employees
- */
- #smad-reaport-section {
- }
- /**
- * Employees
- */
- #smad-employees-section, #smad-reaport-section {
- /*Form Wizard*/
- .smad-wizard {
- margin-top: 0px;
- }
- .smad-wizard {
- border-bottom: solid 1px #e0e0e0;
- padding: 0 0 10px 0;
- }
- .smad-wizard > .smad-wizard-step {
- padding: 0;
- position: relative;
- }
- .smad-wizard > .smad-wizard-step + .smad-wizard-step {
- }
- .smad-wizard > .smad-wizard-step .smad-wizard-stepnum {
- color: #595959;
- font-size: 16px;
- margin-bottom: 5px;
- }
- .smad-wizard-info {
- color: #999;
- font-size: 14px;
- .step-item {
- a {
- color: @brand-primary;
- &:focus, &:hover {
- color: @brand-primary;
- }
- }
- .step-title {
- color: @brand-text-light;
- }
- }
- }
- .smad-wizard-step.complete {
- .step-item {
- color: @brand-primary;
- a {
- color: @brand-primary;
- &:focus, &:hover {
- color: @brand-primary;
- }
- }
- }
- .step-title {
- color: @brand-text;
- }
- }
- .smad-wizard > .smad-wizard-step > .smad-wizard-dot {
- position: absolute;
- width: 30px;
- height: 30px;
- display: block;
- background: none;
- top: 48px;
- left: 50%;
- margin-top: -15px;
- margin-left: -15px;
- border-radius: 50%;
- }
- .smad-wizard > .smad-wizard-step > .smad-wizard-dot:after {
- content: ' ';
- width: 14px;
- height: 14px;
- background: @brand-white;
- border-radius: 50px;
- position: absolute;
- top: 8px;
- left: 8px;
- border: 2px solid @brand-primary;
- }
- .smad-wizard > .smad-wizard-step > .progress {
- position: relative;
- border-radius: 0px;
- height: 3px;
- box-shadow: none;
- margin: 20px 0;
- background: @brand-grey-light;
- }
- .smad-wizard > .smad-wizard-step > .progress > .progress-bar {
- width: 0px;
- box-shadow: none;
- background: @brand-grey;
- }
- .smad-wizard > .smad-wizard-step.complete > .progress > .progress-bar {
- width: 100%;
- }
- .smad-wizard > .smad-wizard-step.active > .progress > .progress-bar {
- width: 50%;
- }
- .smad-wizard > .smad-wizard-step:first-child.active > .progress > .progress-bar {
- width: 0%;
- }
- .smad-wizard > .smad-wizard-step:last-child.active > .progress > .progress-bar {
- width: 100%;
- }
- .smad-wizard > .smad-wizard-step.disabled > .smad-wizard-dot {
- background-color: @brand-grey;
- }
- .smad-wizard > .smad-wizard-step.disabled > .smad-wizard-dot:after {
- opacity: 0;
- }
- .smad-wizard > .smad-wizard-step:first-child > .progress {
- left: 50%;
- width: 50%;
- }
- .smad-wizard > .smad-wizard-step:last-child > .progress {
- width: 50%;
- }
- .smad-wizard > .smad-wizard-step.disabled a.smad-wizard-dot {
- pointer-events: none;
- }
- /*END Form Wizard*/
- /** Form employes */
- .smad-employees-form-section {
- .menu-items {
- padding-top: 20px;
- padding-bottom: 20px;
- .btn {
- margin: 5px 0;
- }
- .menu-item {
- display: inline-block;
- }
- ul {
- list-style-type: none;
- display: inline-block;
- li {
- padding: 10px 10px;
- display: inline-block;
- }
- }
- }
- .form-input {
- padding-top: 35px;
- padding-bottom: 25px;
- @media screen and (max-width : @screen-md ) {
- border-top: 1px solid @brand-grey;
- }
- .form-item {
- display: inline-block;
- }
- .smad-heder-title {
- padding-top: 3px;
- font-size: 14px;
- }
- }
- .smad-depth, .smad-depth-kontrahenci {
- width: 80px;
- text-align: center;
- }
- }
- /** form list employes */
- .smad-employees-list-head, .smad-form-list-head {
- padding: 15px 0px;
- background-color: @brand-grey-light;
- display: flex;
- .title {
- }
- .desc {
- font-size: 15px;
- line-height: 20px;
- }
- .menu-items {
- padding-top: 30px;
- padding-bottom: 20px;
- float: right;
- .menu-item {
- display: inline-block;
- }
- ul {
- list-style-type: none;
- display: inline-block;
- li {
- padding: 0 10px;
- display: inline-block;
- }
- }
- }
- }
- .smad-employees-bottom-navigation {
- padding-top: 30px;
- padding-bottom: 30px;
- }
- }
- /**
- * Section button generate reaport
- */
- .smad-generate-reaport {
- padding: 50px 0;
- .smad-generate-reaport-button {
- padding: 20px 45px;
- font-size: 20px;
- font-weight: 900;
- }
- .smad-generate-reaport-info {
- padding: 10px 0;
- }
- }
- /**
- * Login
- */
- #smad-login-section {
- .main {
- padding-top: 50px;
- .title-system {
- padding: 20px 0;
- color: @brand-text-light;
- line-height: 20px;
- }
- .header-title {
- h4 {
- padding: 40px 0 30px 0;
- }
- }
- .login-button {
- margin: 20px 0 ;
- padding: 10px 90px;
- }
- .first-input {
- float: right;
- @media (max-width: @screen-md) {
- float: none;
- }
- }
- }
- }
- /**
- * Graph
- */
- .smad-pracownicy-graph-view {
- .node rect {
- cursor: move;
- fill-opacity: .9;
- shape-rendering: crispEdges;
- }
- .node text {
- pointer-events: none;
- text-shadow: 0 1px 0 #fff;
- }
- .link {
- fill: #000;
- stroke: #000;
- stroke-opacity: .2;
- fill-opacity: .2;
- }
- .link:hover {
- stroke-opacity: .5;
- }
- #chart {
- height: calc(100vh - 32px);
- }
- }
- #smad-menu-main{border-bottom: 1px solid #d7142d;}
|