mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
Cleaning unused scss files
This commit is contained in:
committed by
Francis Lachapelle
parent
a276ac366e
commit
46a262acfa
@@ -1,23 +0,0 @@
|
||||
/**
|
||||
*
|
||||
* Resources page
|
||||
*
|
||||
**/
|
||||
|
||||
.page--resources {
|
||||
& .article-section__icon,
|
||||
& .articles-count,
|
||||
& .guides-list__item .secondary-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
& .primary-content {
|
||||
padding-top: $lineHeight;
|
||||
padding-bottom: $lineHeight*2;
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,82 +0,0 @@
|
||||
/**
|
||||
*
|
||||
* Styleguide
|
||||
*
|
||||
**/
|
||||
|
||||
.page--styleguide {
|
||||
|
||||
.styleguide__module-title {
|
||||
margin-bottom: $lineHeight;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: $lineHeight*2;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding-bottom: $lineHeight*3 - 1;
|
||||
|
||||
}
|
||||
|
||||
.styleguide__color-list {
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
border-bottom: $lineHeight*2 solid;
|
||||
margin-bottom: $lineHeight;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.styleguide__breadcrumb .breadcrumbs {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.styleguide__lists {
|
||||
ul,
|
||||
ol {
|
||||
margin-bottom: $lineHeight;
|
||||
}
|
||||
}
|
||||
|
||||
.styleguide__inverted-block {
|
||||
background: #e8e8e8;
|
||||
padding: 0 13px;
|
||||
}
|
||||
|
||||
.styleguide__theme-block {
|
||||
background: $colorLayouts;
|
||||
padding: 0 13px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.demo {
|
||||
margin-bottom: $lineHeight;
|
||||
margin-top: $lineHeight;
|
||||
}
|
||||
|
||||
.demo {
|
||||
[class*="g-"] {
|
||||
background-color: $colorGrayLight;
|
||||
position: relative;
|
||||
margin-bottom: $lineHeight;
|
||||
min-height: $lineHeight*6;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
@include type--small;
|
||||
display: block;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: 'HTML classes: ';
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: attr(class);
|
||||
word-spacing: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
/// _palette.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
/**
|
||||
*
|
||||
* Material design color palettes
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
/**
|
||||
*
|
||||
* Utils
|
||||
*
|
||||
**/
|
||||
/// _utils.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
/*========== VARIABLES ==========*/
|
||||
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
////
|
||||
/// SOGo
|
||||
/// Version: #{$Version}
|
||||
/// Module: autoScrollList
|
||||
/// Main definitions for autoScrollList
|
||||
////
|
||||
/// autoScrollList.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
// The only selector for vs-repeat lists is this id, we use attributes selector to
|
||||
@@ -96,4 +91,4 @@
|
||||
@extend .md-tile-left;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// backdrop.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
md-backdrop {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
/// bottomSheet-theme.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
md-bottom-sheet.md-THEME_NAME-theme {
|
||||
background-color: '{{background-50}}';
|
||||
border-top-color: '{{background-300}}';
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
///
|
||||
/// @filename _extends.scss
|
||||
/// @project SOGo
|
||||
/// @version 3.alpha
|
||||
/// @module bottombar
|
||||
///
|
||||
/// botttombar extends
|
||||
///
|
||||
|
||||
md-toolbar.sg-bottombar { // overclafied to compensate for the injected css
|
||||
@extends md-toolbar;
|
||||
|
||||
background-color:$bottombar-color;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
// todo : implement a setting map and a getter for every z-index
|
||||
// NiceToHave : implement init map and function
|
||||
z-index: 100;
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
sg-bottombar.md-THEME_NAME-theme {
|
||||
background-color: $bottombar-color;
|
||||
color: '{{primary-contrast}}';
|
||||
|
||||
.md-button {
|
||||
color: '{{primary-contrast}}';
|
||||
}
|
||||
|
||||
&.md-accent {
|
||||
background-color: '{{accent-color}}';
|
||||
color: '{{accent-contrast}}';
|
||||
}
|
||||
&.md-warn {
|
||||
background-color: '{{warn-color}}';
|
||||
color: '{{warn-contrast}}';
|
||||
}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
///
|
||||
///
|
||||
/// @filename _bottombar.scss
|
||||
/// @project SOGo
|
||||
/// @version 3.alpha
|
||||
///
|
||||
/// Main botttombar module file define style for component bottombar, manly an extension of bottombar
|
||||
///
|
||||
///
|
||||
|
||||
@import 'components/toolbar/toolbar.scss'; // todo : remove when settings are done
|
||||
@import "mixins";
|
||||
@import "extends";
|
||||
@import "bottombar-theme";
|
||||
// -----------------------------------------
|
||||
@@ -1,7 +0,0 @@
|
||||
/*! test - *//**
|
||||
* SOGo
|
||||
* Version: 3.
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
+2
-9
@@ -1,11 +1,4 @@
|
||||
/*! _button.scss */
|
||||
////
|
||||
/// Project SOGo
|
||||
/// Version 3.alpha
|
||||
/// Component button
|
||||
///
|
||||
/// Definitions for buttons (based on md-buttons)
|
||||
////
|
||||
/// button.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
// sometimes fabs get squized
|
||||
@@ -218,4 +211,4 @@ md-toolbar .md-toolbar-tools .iconButton:last-child,
|
||||
.sg-button-navicon.iconButton i[class|="md-icon"] {
|
||||
padding: 0;
|
||||
font-size: $iconButton-menu-size;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
/// card.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
$card-margin: 8px !default;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// checkbox.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
// Checkbox for the sidenav folders list
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// content.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
// angular-material is mobile first (is it ?) SOGo is not. We're inversing
|
||||
@@ -31,4 +32,4 @@ md-content {
|
||||
md-content.md-padding {
|
||||
padding: $mg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
@import 'extends';
|
||||
/// dialog.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// divider.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
md-divider {
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
///
|
||||
///
|
||||
/// @filename _icon.scss
|
||||
/// @project SOGo
|
||||
/// @version 3.alpha
|
||||
///
|
||||
/// Main icon module file extends Bower component
|
||||
///
|
||||
///
|
||||
/// icon.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
|
||||
@import 'extends';
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// input.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
$input-container-padding: 2px !default;
|
||||
|
||||
$input-label-default-offset: 24px !default;
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
////
|
||||
/// SOGo
|
||||
/// Version: #{$Version}
|
||||
/// Module: List
|
||||
/// Main definitions for List
|
||||
////
|
||||
|
||||
/// list.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
// List variables
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -70,4 +64,4 @@ div.md-tile-left {
|
||||
font-family: 'Material Design Iconic Font';
|
||||
font-size: 40px;
|
||||
color: rgba(0, 0, 0, 0.26);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// ng-tags-input.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
tags-input {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
@import 'extends';
|
||||
/// progressCircular.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
@import 'extends';
|
||||
/// progressLinear.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/*! pseudo-input.scss */
|
||||
|
||||
/// pseudo-input.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
/// Component: pseudo-input
|
||||
/// This component mimics the presentation of form fields according to Google's
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// sidenav.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import "extends";
|
||||
$sidenav-default-width: (4 * $pitch);
|
||||
$sidenav-min-space: $pitch;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// subheader.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
.sg-md-subheader {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// toolbar.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
$toolbar-tools-height: 100%;
|
||||
$toolbar-height: $pitch;
|
||||
$toolbar-medium-tall-height: 88px !default;
|
||||
|
||||
Reference in New Issue
Block a user