Sha256: bc0af9b37c32909c2c93295da9798914212f8c1ca8be10b382f04194e0e11f05

Contents?: true

Size: 990 Bytes

Versions: 5

Compression:

Stored size: 990 Bytes

Contents

@import "alchemy/custom-properties";
@import "alchemy/variables";
@import "alchemy/fonts";

body {
  background-color: $main-menu-bg-color;
  color: var(--color-white);
  font-family: $default-font-family;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}

h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 20px;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-top: -50px;
  transform: translateY(-50%) translateX(-300px);
}

ul {
  line-height: 1.6;
  margin-bottom: 17px;
  padding: 0;
  padding-left: 20px;
  margin: 0px;
  list-style-position: outside;

  li {
    color: var(--color-white);
    margin-bottom: 12px;
    background-color: none;
    border-bottom: 0 none;
    line-height: 22px;
  }
}

a {
  color: var(--color-white);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;

  &:hover {
    color: var(--color-white);
    text-decoration: none;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-7.3.4 app/assets/stylesheets/alchemy/welcome.scss
alchemy_cms-7.3.3 app/assets/stylesheets/alchemy/welcome.scss
alchemy_cms-7.3.2 app/assets/stylesheets/alchemy/welcome.scss
alchemy_cms-7.3.1 app/assets/stylesheets/alchemy/welcome.scss
alchemy_cms-7.3.0 app/assets/stylesheets/alchemy/welcome.scss