source: src/main/resources/static/css/login.css

Last change on this file was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add entire code

  • Property mode set to 100755
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.