Sha256: a51023a381179b94e08a517506da9f4a45b56925db61515d8da3f3fd84bb56f1

Contents?: true

Size: 617 Bytes

Versions: 2

Compression:

Stored size: 617 Bytes

Contents

.header {
  margin: 0;
  padding: 1.5rem 0;

  display: flex;
  justify-content: center;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);

  background: var(--primary);
}

.header a {
  color: white;
  text-decoration: none;
}

.nav {
  width: var(--main-width);

  display: flex;
  justify-content: space-between;
}

.home {
  display: flex;
  align-items: center;

  text-decoration: none;
}

.home-logo {
  width: 64px;
  height: 64px;
}

.home-title {
  padding: 0 0 0 1rem;
  margin: 0;
}

.header-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;

  font-weight: 700;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_mini_profiler-0.4.0 app/javascript/stylesheets/navbar.scss
rails_mini_profiler-0.3.0 app/javascript/stylesheets/navbar.scss