/*
 * Wire
 * Copyright (C) 2016 Wire Swiss GmbH
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see http://www.gnu.org/licenses/.
 *
 */

body {
  padding: 0 16px;
  min-height: 1000px;
}

h1 {
  margin-bottom: 128px;
}

.bubble {
  text-align: center;
  &.bubble-dark {
    color: #fff;
  }
  p {
    font-style: italic;
  }
}

.button {
  display: inline-block;
  padding: 32px;
  margin: 32px;
  background-color: rgba(255,0,0,.32);
  cursor: pointer;

  &.vertical {
    position: absolute;
    top: 50%;
    right: 50%;
    background-color: rgba(0,0,255,.32);
  }
}

.skata {
  position: absolute;
  background-color: rgba(0,255,0,.16);
  margin: 120px;
  min-height: 32px;
  left: 64px;
  top: 64px;
  min-width: 32px;
}
