Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant box-sizing property in location loader #9

Open
alamenai opened this issue Sep 23, 2023 · 0 comments
Open

Redundant box-sizing property in location loader #9

alamenai opened this issue Sep 23, 2023 · 0 comments

Comments

@alamenai
Copy link

.loader::after {
  content: '';  
  box-sizing: border-box; /**HERE**/
  width: 48px;
  height: 48px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50% 50% 0;
  border: 15px solid #FFF;
  transform: rotate(45deg) translate(0, 0);
  box-sizing: border-box; /**HERE**/
  animation: animMarker 0.4s ease-in-out infinite alternate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant