12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /* Empty. Add your own CSS if you like */
- .background {
- background-color: #387ef5;
- }
- .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 {
- width: 150px;
- height: 142px;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -71px;
- margin-left: -75px;
- }
- .bar-icon {
- font-size:22px !important;
- margin-right: 5px;
- margin-left: 5px;
- }
- .holded {
- background-color: lightgray;
- }
- .centered-spinner {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -16px;
- margin-left: -16px;
- }
- .spinner svg {
- width: 32px;
- height: 32px;
- stroke: #387ef5;
- fill: #387ef5;
- }
|