Sha256: 73271e6d3d6db9e6bd275f142b3b1e1fe157be6fbe4139804717a5dfc839fb70

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

section {
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  background-color: white;
  box-shadow: 0px 0px 20px darkslategrey;
}

body {
  background-color: slategray;
  font-family: 'Helvetica Neue', 'Helvetica', Calibri, 'Trebuchet MS', sans-serif;
}

footer {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
}

.logo {
  max-width: 100px;
  padding: 20px;
  align-self: center;
}

button {
  -webkit-appearance: button;
  overflow: visible;
  text-transform: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-property: background-color;
  background-color: rgb(241, 81, 81);
  color: white;
  font-size: 20px;
  font-family: 'Helvetica Neue', 'Helvetica', Calibri, 'Trebuchet MS', sans-serif;
  cursor: pointer;
  padding: 8px 10px;
  border: 0;
  font-weight: 100;
  letter-spacing: 1px;
}

button:hover {
  background-color: rgb(201, 41, 41);
}

input {
  font-size: 20px;
  padding: 5px 10px;
  font-family: 'Helvetica Neue', 'Helvetica', Calibri, 'Trebuchet MS', sans-serif;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
balrog-1.1.0 app/assets/stylesheets/balrog/gate.css
balrog-1.0.0 app/assets/stylesheets/balrog/gate.css
balrog-0.2.0 app/assets/stylesheets/balrog/gate.css
balrog-0.1.0 app/assets/stylesheets/balrog/gate.css