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

Last change on this file since ee137aa 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
RevLine 
[ec6ac45]1.counter {
[a8ccc2c]2 background-color: #f5f5f5;
3 padding: 20px 0;
4 border-radius: 5px;
[ec6ac45]5}
6
7.count-title {
[a8ccc2c]8 font-size: 40px;
9 font-weight: normal;
10 margin-top: 10px;
11 margin-bottom: 0;
12 text-align: center;
[ec6ac45]13}
14
15.count-text {
[a8ccc2c]16 font-size: 13px;
17 font-weight: normal;
18 margin-top: 10px;
19 margin-bottom: 0;
20 text-align: center;
[ec6ac45]21}
22
23.fa-2x {
[a8ccc2c]24 margin: 0 auto;
25 float: none;
26 display: table;
27 color: #4ad1e5;
28}
[ef1219a]29
30.pads {
31 padding: 1em 0;
32}
Note: See TracBrowser for help on using the repository browser.