Sha256: cdff95c96d89a91e421a8e27d689e477fda4352d644938ff56e0439adb7af7a2

Contents?: true

Size: 1.46 KB

Versions: 4

Compression:

Stored size: 1.46 KB

Contents

*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  color: #1F212D;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.button {
  cursor: pointer; }

.submit-button {
  background-color: #7382AD;
  border: 1px solid #1F212D;
  border-radius: 2px;
  display: inline-block;
  font-family: "Satisfy", sans-serif;
  font-size: 18px;
  padding: 10px 20px; }
  .submit-button:hover {
    background-color: #6374a4; }

.header {
  background-color: #7382AD;
  border-bottom: 2px solid #1F212D;
  font-family: "Satisfy", sans-serif;
  height: 80px; }

.header-contents {
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }

.logo {
  float: left;
  font-size: 48px;
  position: relative;
  top: 6px; }

.links {
  float: right;
  height: 80px; }
  .links a {
    position: relative;
    top: 16px; }

.link-img {
  height: 50px;
  width: 50px; }

.main-body {
  margin: 50px auto 0;
  max-width: 960px;
  position: relative;
  width: 100%; }

.half {
  float: left;
  width: calc(50% - 7.5px); }
  .half:first-child {
    margin-right: 15px; }

.submit-container {
  margin-top: 15px;
  text-align: center; }

.cf,
.cf::before,
.cf::after {
  clear: both; }

.input-title {
  margin-bottom: 15px; }

.scss-ta {
  font-family: Courier, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: calc(100vh - 250px);
  padding: 15px;
  resize: none;
  width: 100%; }

/*# sourceMappingURL=main.css.map */

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
scss_beautifier-0.1.19 web/public/main.css
scss_beautifier-0.1.18 web/public/main.css
scss_beautifier-0.1.17 web/public/main.css
scss_beautifier-0.1.16 web/public/main.css