source: src/main/resources/static/css/register.css@ 77205be

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

Add entire code

  • Property mode set to 100755
File size: 442 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
11body {
12 background-color: #efefef;
13}
14
15.card-registration .select-input.form-control[readonly]:not([disabled]) {
16 font-size: 1rem;
17 line-height: 2.15;
18 padding-left: .75em;
19 padding-right: .75em;
20}
21.card-registration .select-arrow {
22 top: 13px;
23}*/
Note: See TracBrowser for help on using the repository browser.