Skip to content

Calinteodor/calin-rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

calin-rating

.square {
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 1px black;
  &:hover, &:active {
    transition: background 0.2s ease;
    background: #3da0e4;
    border: solid 1px #3da0e4;
    color: #fff;
  }
}

.color-square {
  width: 45px;
  height: 45px;
  transition: background 0.2s ease;
  background: #3da0e4;
  color: #fff;
  display: inline-block !important;
  margin-left: 24px !important;
  border: solid 1px;
}

.horizontal {
  display: inline-block !important;
  margin-left: 24px !important;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published