Changeset - d7a8490271d5
[Not reviewed]
7 0 7
Christopher Neugebauer - 7 years ago 2017-06-07 21:23:10
chrisjrn@gmail.com
(WIP) Replaces less files with sass files
8 files changed with 18 insertions and 18 deletions:
0 comments (0 inline, 0 general)
static/src/less/account.scss
Show inline comments
 
file renamed from static/src/less/account.less to static/src/less/account.scss
...
 
@@ -4,5 +4,5 @@ body.account-delete .account-delete {
 
    z-index: 2; // Place active items above their siblings for proper border styling
 
    color: @list-group-active-color;
 
    background-color: @list-group-active-bg;
 
    border-color: @list-group-active-border;
 
    color: $list-group-active-color;
 
    background-color: $list-group-active-bg;
 
    border-color: $list-group-active-border;
 
}
...
 
\ No newline at end of file
static/src/less/custom.scss
Show inline comments
 
file renamed from static/src/less/custom.less to static/src/less/custom.scss
...
 
@@ -18,3 +18,3 @@ p.login-signup {
 
.feature-columns {
 
    .make-row();
 
    @include make-row();
 

	
...
 
@@ -24,3 +24,3 @@ p.login-signup {
 
        }
 
        .make-sm-column(4);
 
        @include make-sm-column(4);
 
        .text-center;
...
 
@@ -34,5 +34,5 @@ body.reviews.review-results .review-results {
 
    z-index: 2; // Place active items above their siblings for proper border styling
 
    color: @list-group-active-color;
 
    background-color: @list-group-active-bg;
 
    border-color: @list-group-active-border;
 
    color: $list-group-active-color;
 
    background-color: $list-group-active-bg;
 
    border-color: $list-group-active-border;
 
}
static/src/less/editor.scss
Show inline comments
 
file renamed from static/src/less/editor.less to static/src/less/editor.scss
static/src/less/site.scss
Show inline comments
 
file renamed from static/src/less/site.less to static/src/less/site.scss
static/src/less/symposion-components.scss
Show inline comments
 
file renamed from static/src/less/symposion-components.less to static/src/less/symposion-components.scss
...
 
@@ -2,3 +2,3 @@
 
body {
 
    padding-top: @navbar-height * 1.2;
 
    padding-top: $navbar-height * 1.2;
 
}
...
 
@@ -28,3 +28,3 @@ header {
 
    a, a:hover, a:visited {
 
        color: @gray-dark;
 
        color: $gray-dark;
 
        text-decoration: none;
...
 
@@ -46,3 +46,3 @@ header {
 
div.box-content .markItUpEditor {
 
  font-family: @font-family-monospace;
 
  font-family: $font-family-monospace;
 
  padding:5px;
...
 
@@ -75,3 +75,3 @@ div.box-content .markItUpEditor {
 
        line-height: 40px;
 
        background-color: @navbar-default-bg;
 
        background-color: $navbar-default-bg;
 
        border: 1px solid #D5D5D5;
...
 
@@ -88,3 +88,3 @@ div.box-content .markItUpEditor {
 
            font-weight: 600;
 
            color: @gray-dark;
 
            color: $gray-dark;
 
            line-height: 18px;
...
 
@@ -96,3 +96,3 @@ div.box-content .markItUpEditor {
 
        border: 1px solid #D5D5D5;
 
        .box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
 
        @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
 
        background-color: #fff;
...
 
@@ -105,3 +105,3 @@ div.box-content .markItUpEditor {
 
        border-radius: 0 0 4px 4px;
 
        .box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
 
        @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
 
        border: 1px solid #D5D5D5;
static/src/less/symposion-schedule.scss
Show inline comments
 
file renamed from static/src/less/symposion-schedule.less to static/src/less/symposion-schedule.scss
static/src/less/variables.less
Show inline comments
 
deleted file
static/src/less/variables.scss
Show inline comments
 
new file 100644
 
$font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, sans-serif;
 
$font-family-serif:       Georgia, "Times New Roman", Times, serif;
 
$font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
0 comments (0 inline, 0 general)