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

Last change on this file since de9d697 was ef1219a, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Handled REST API calls, searchbars and paginators implemented, overall frontend improvment

  • Property mode set to 100644
File size: 435 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}
29
30.pads {
31 padding: 1em 0;
32}
Note: See TracBrowser for help on using the repository browser.