Skip to content

Commit

Permalink
Remove custom CSS skin.
Browse files Browse the repository at this point in the history
We're using material-UI, no need for all those lines.
  • Loading branch information
rbarrois committed Jul 7, 2015
1 parent 2926cb5 commit fcabe04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 207 deletions.
19 changes: 0 additions & 19 deletions ui/app/scss/_xorg_footer.scss

This file was deleted.

51 changes: 0 additions & 51 deletions ui/app/scss/_xorg_header.scss

This file was deleted.

137 changes: 0 additions & 137 deletions ui/app/scss/styles.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
@import 'theme';
@import 'xorg_header';
@import 'xorg_footer';

/* SVG styles */

svg {
fill: $col6;
stroke: $col5;
stroke-width: 10;

&:hover {
fill: $col5;
stroke: $col4;
}
}

/* General styles */

Expand All @@ -23,125 +8,3 @@ body {
font-size: 100%;
font-family: $font1;
}

input {
padding: 5px;
border-radius: $radius_sharp;
font-size: 1em;

&:hover,
&:focus {
background-color: $col5;
}
}

a {
text-decoration: none;
color: $col3;

&:hover,
&:focus {
color: $col1;
}
}

/* Universal classes */

.loading {
margin-top: 10%;
text-align: center;
}

.center-content > * {
text-align: center;
margin-left: auto;
margin-right:auto;
}

/* Signing form */

.sign-in {

margin-top: 40px;

form {
width: 320px;
}

header {
margin: 1em;
}

.friend-site {
font-weight: 900;
font-size: 1.4em;
}

input {
height: 42px;
width: 100%;
padding: 0 12px;
box-sizing: border-box;
border: $radius_sharp solid $col4;

&:hover, &:focus {
background-color: $col5;
}
}

#Email {
border-top-left-radius: $radius_round;
border-top-right-radius: $radius_round;
}

#Passwd {
margin-top: -$radius_sharp;
border-bottom-left-radius: $radius_round;
border-bottom-right-radius: $radius_round;
}

#Submit {
margin-top: 32px;
margin-bottom: 12px;
border-radius: $radius_round;
background-color: $col3;
border: none;
color: $col6;
font-size: 1.2em;
}

#Submit:hover {
background-color: #D92B34;
}

#KeepConnect {
width: initial;
height: initial;
}
}

.signin-misc {
display: table;
width: 100%;

label {
display: table-cell;
text-align: left;
}

input {
display: inline;
}

a {
display: table-cell;
text-align: right;
}
}







0 comments on commit fcabe04

Please sign in to comment.