houdini/app/assets/stylesheets/settings/index/branding.css.scss
Bradley M. Kuhn 46193ab5fe Relicense all .scss files under new project license.
The primary license of the project is changing to:
  AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later

with some specific files to be licensed under the one of two licenses:
   CC0-1.0
   LGPL-3.0-or-later

This commit is one of the many steps to relicense the entire codebase.

Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
2018-03-25 15:10:40 -04:00

80 lines
1.5 KiB
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
@import 'mixins';
@import 'common/vendor/colpick';
@import 'nonprofits/btn/page';
@import 'common/branded_campaign_button';
.branding-settings-wrapper {
float: left;
width: 244px;
}
.branding-settings-wrapper .title,
.preview-wrapper .title {
padding: 8px;
font-weight: 600;
margin: 0;
}
.preview-wrapper .title {
text-align: center;
}
.font-wrapper ul { margin: 0; }
.font-wrapper li {
padding: 5px 10px;
color: rgba(black, 0.6);
position: relative;
cursor: pointer;
&.open {font-family: OpenSansCondensed, 'Helvetica Neue', Arial, sans-serif;}
&.helvetica {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
&.georgia {font-family: Georgia, Serif;}
&.futura {font-family: Futura, Arial, sans-serif;}
&.bitter {@include bitter;}
&:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: rgba($grey, 0.1);
}
&:hover {
font-weight: bold;
}
}
.color-wrapper {
overflow: auto;
}
// color picker
.colPick-wrapper {
height: 240px;
padding: 20px;
}
.colPick-wrapper input[type="text"]:focus {
border: none;
}
.preview-wrapper {
overflow: auto;
@include noselect;
}
.branded-donate-button-wrapper {
text-align: center;
padding: 20px;
}
.pane-inner .branded-donate-button {
@include transition(none);
}
.branding-form {
margin: 0;
text-align: center;
padding: 15px 10px 10px;
}