Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .mazepool-logo {
- height: 15px !important;
- }
- .slogan {
- font-size: small;
- }
- .logo-flex {
- display: flex;
- align-content: center;
- flex-direction: column;
- justify-content: center;
- }
- .mazepool-container {
- background-color: #e7f1fe;
- display: flex;
- justify-content: center;
- align-items: center;
- min-height: 20px;
- border: 4px rgb(255, 255, 255) solid;
- border-radius: 10px;
- gap: 5px;
- position: fixed;
- z-index: 9999;
- top: 0px;
- padding: 10px 10px;
- left: 250px;
- }
- .flex {
- min-width: 20px;
- min-height: 20px;
- align-items: center;
- margin: 2px;
- gap: 2rem;
- }
- .numberField {
- width: 50px;
- font-size: 17;
- }
- .buttons {
- width: 70px;
- cursor: pointer;
- font-size: 18px;
- }
- .results {
- background-color: rgb(251, 251, 251);
- border: 0.5px white solid;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement