Created
March 29, 2021 07:34
-
-
Save salmanyaqoob/f6762feaa14636356fe01f9e00e09eff to your computer and use it in GitHub Desktop.
Compass style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .stack { | |
| width: 454px; | |
| height: 454px; | |
| justify-content: center; | |
| background-color: whitesmoke; | |
| } | |
| .container { | |
| background-color: whitesmoke; | |
| } | |
| .compass-container { | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| left: 0px; | |
| top: 0px; | |
| width: 454px; | |
| height: 454px; | |
| background-color: whitesmoke; | |
| } | |
| .container-location-loading{ | |
| background-image: url('/common/images/background.png'); | |
| flex-direction: column; | |
| padding-top: 0px; | |
| padding-bottom: 0px; | |
| height: 456px; | |
| width: 456px; | |
| } | |
| .error-container { | |
| background-image: url('/common/images/background.png'); | |
| padding-top: 0px; | |
| padding-bottom: 0px; | |
| height: 456px; | |
| width: 100%; | |
| } | |
| .location_loading{ | |
| object-fit:contain; | |
| height: 456px; | |
| width: 292px; | |
| } | |
| .column{ | |
| display: flex; | |
| flex-direction: column; | |
| justify-content: center; | |
| width: 100%; | |
| } | |
| .needle{ | |
| left: 0px; | |
| top: 0px; | |
| width: 220px; | |
| height: 220px; | |
| background-color: transparent; | |
| z-index:99; | |
| } | |
| .compass, .compass2{ | |
| left: 0px; | |
| top: 0px; | |
| width: 220px; | |
| height: 220px; | |
| background-color: transparent; | |
| z-index:98; | |
| } | |
| .qibla_style{ | |
| display: flex; | |
| left: 0px; | |
| top: 0px; | |
| width: 220px; | |
| height: 220px; | |
| background-color: transparent; | |
| z-index:100000; | |
| } | |
| .error_title{ | |
| display: flex; | |
| color: red; | |
| width: 100%; | |
| height: 100%; | |
| justify-content: center; | |
| align-content: center; | |
| text-align: center; | |
| font-size: 24px; | |
| } | |
| .button-container{ | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: center; | |
| align-content: space-around; | |
| position: absolute; | |
| bottom: 10px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment