source: Farmatiko/ClientApp/src/app/korona/korona.component.css@ a8ccc2c

Last change on this file since a8ccc2c was a8ccc2c, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Add migration, BaseEntity class and FarmatikoServices

  • Property mode set to 100644
File size: 407 bytes
Line 
1.counter {
2 background-color: #f5f5f5;
3 padding: 20px 0;
4 border-radius: 5px;
5}
6
7.count-title {
8 font-size: 40px;
9 font-weight: normal;
10 margin-top: 10px;
11 margin-bottom: 0;
12 text-align: center;
13}
14
15.count-text {
16 font-size: 13px;
17 font-weight: normal;
18 margin-top: 10px;
19 margin-bottom: 0;
20 text-align: center;
21}
22
23.fa-2x {
24 margin: 0 auto;
25 float: none;
26 display: table;
27 color: #4ad1e5;
28}
Note: See TracBrowser for help on using the repository browser.