1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* Empty. Add your own CSS if you like */
- .profile {
- width: 150px;
- height: 150px;
- background-size: cover;
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 50px;
- }
- .logo {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -80px;
- margin-left: -100px;
- }
- .logo-footer {
- font-size: 10pt;
- }
- .no-results {
- color: gray;
- font-size: 20px;
- padding: 100px;
- text-align: center;
- }
- .empty-data {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -87px;
- margin-left: -100px;
- }
- .bar-icon {
- font-size:22px !important;
- }
- .centered-spinner {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -16px;
- margin-left: -16px;
- }
- .spinner svg {
- width: 32px;
- height: 32px;
- stroke: #387ef5;
- fill: #387ef5;
- }
- .scroll {
- height:100%;
- }
|