All Downloads are FREE. Search and download functionalities are using the official Maven repository.

application.main.scss Maven / Gradle / Ivy

There is a newer version: 1.2.21
Show newest version
@import '../shared/schemes/normal';
@import '../shared/main';

.cmd-button {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  box-shadow: 0 9px #999;
}

.cmd-button:hover {
  background-color: #3e8e41
}

.cmd-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy