OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/specific/onboarding.sass

84 lines
2.2 KiB

//-- copyright
// OpenProject is a project management system.
// Copyright (C) 2012-2015 the OpenProject Foundation (OPF)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
// Copyright (C) 2006-2013 Jean-Philippe Lang
// Copyright (C) 2010-2013 the ChiliProject Team
//
// 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 2
// 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, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// See doc/COPYRIGHT.rdoc for more details.
//++
// Align ngDialog's close button
.onboarding-modal .ngdialog-close
line-height: $header-height
.onboarding--top-menu
display: flex
align-items: center
background-color: $header-bg-color
height: $header-height
border-bottom: $header-border-bottom-width solid $header-border-bottom-color
.avatar,
.icon-context
margin-left: 1.5em
h2
color: $header-item-font-color
padding: 0 0.5em
font-size: 1.25rem
.icon-close
position: absolute
top: 1rem
right: 0.5rem
z-index: 1000
color: $header-item-font-color
.onboarding--main
margin-top: 1em
padding: 0 1.5rem
.onboarding--video-block
display: flex
justify-content: space-between
flex-direction: column
.onboarding--video-text
line-height: 1.25
.onboarding--video
margin: 2em 0
align-self: center
width: 100%
iframe
width: 100%
.onboarding--footer
display: flex
align-items: center
margin: 1em 0
margin-top: 0
justify-content: flex-end
.button
margin: 0 1.5rem 0 1rem