source: src/main/resources/static/css/login.css@ 204464d

Last change on this file since 204464d was 204464d, checked in by Gjoko <goko_kostadinov@…>, 21 months ago

Adding register customer functionality

  • Property mode set to 100644
File size: 468 bytes
Line 
1/*
2.container {
3 margin-top: 20px;
4 background-color: #f6f5f5;
5 padding: 40px 45px;
6 border-radius: 10px;
7 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
8
9}
10
11
12body {
13 background-color: #efefef;
14}
15
16.bg-image-vertical {
17 position: relative;
18 overflow: hidden;
19 background-repeat: no-repeat;
20 background-position: right center;
21 background-size: auto 100%;
22}
23
24@media (min-width: 1025px) {
25 .h-custom-2 {
26 height: 100%;
27 }
28}*/
Note: See TracBrowser for help on using the repository browser.