Simon Grim
6 years ago
6 changed files with 103 additions and 188 deletions
@ -0,0 +1,43 @@ |
|||||||
|
/********* ACCOUNT MODAL *********/ |
||||||
|
|
||||||
|
.account-modal |
||||||
|
.module |
||||||
|
margin: 4px |
||||||
|
> div |
||||||
|
margin: 4px 0 |
||||||
|
padding: 4px 12px |
||||||
|
input, textarea |
||||||
|
display: block |
||||||
|
border: 1px solid rgba(0, 0, 0, .1) |
||||||
|
width: 320px |
||||||
|
margin: 12px 16px |
||||||
|
padding: 2px 4px |
||||||
|
textarea |
||||||
|
width: 320px |
||||||
|
max-width: 320px |
||||||
|
min-width: 320px |
||||||
|
min-height: 28px |
||||||
|
input:focus, textarea:focus |
||||||
|
border-bottom: solid 1px $main-color-color |
||||||
|
.alias |
||||||
|
margin: 0px 16px |
||||||
|
.avatar |
||||||
|
cursor: pointer |
||||||
|
width: 64px |
||||||
|
height: 64px |
||||||
|
overflow: hidden |
||||||
|
margin: 12px 16px |
||||||
|
img |
||||||
|
width: 64px |
||||||
|
height: auto |
||||||
|
border: 1px solid rgba(0, 0, 0, .1) |
||||||
|
.c-buttons |
||||||
|
text-align: right |
||||||
|
.toggle-secret-key |
||||||
|
float: left |
||||||
|
.secret-key-container |
||||||
|
text-align: center |
||||||
|
font-size: 12px |
||||||
|
.secret-key |
||||||
|
background-color: $color-green |
||||||
|
font-weight: bold |
@ -1,79 +0,0 @@ |
|||||||
// PAGE PROFILE |
|
||||||
|
|
||||||
.forEdition.profile-card |
|
||||||
|
|
||||||
padding: 0 |
|
||||||
background: none |
|
||||||
background: $bloc-light-color |
|
||||||
+box-shadow(1px 2px 2px rgba(#111, 0.1)) |
|
||||||
|
|
||||||
@extend .clear-fix |
|
||||||
.profile-card-main |
|
||||||
|
|
||||||
@extend .clear-fix |
|
||||||
|
|
||||||
padding: 20px |
|
||||||
margin: 0 0 1px 0 |
|
||||||
|
|
||||||
input |
|
||||||
display: block |
|
||||||
margin: 0 0 10px 100px |
|
||||||
width: 600px |
|
||||||
|
|
||||||
background: $bloc-background-color |
|
||||||
border: 1px solid $bloc-light-color |
|
||||||
padding: 6px 4px |
|
||||||
margin-bottom: 4px |
|
||||||
font-size: 1rem |
|
||||||
font-weight: 400 |
|
||||||
&:hover, &:focus |
|
||||||
background: white |
|
||||||
border-color: $main-color-light |
|
||||||
|
|
||||||
img |
|
||||||
width: 70px |
|
||||||
float: left |
|
||||||
h2 |
|
||||||
font-weight: 400 |
|
||||||
+background-image(linear-gradient(to left , $color-green, #5E80A2) ) |
|
||||||
padding: 1rem 2rem |
|
||||||
color: white |
|
||||||
|
|
||||||
|
|
||||||
h3 |
|
||||||
font-weight: 600 |
|
||||||
margin-top: 2*$space |
|
||||||
padding: 0 1.5rem |
|
||||||
+box-sizing(content-box) |
|
||||||
&:after |
|
||||||
display: block |
|
||||||
content: '' |
|
||||||
height: 1px |
|
||||||
width: 100% |
|
||||||
background: rgba(#5F81A1,.5) |
|
||||||
margin-top: $space |
|
||||||
|
|
||||||
button |
|
||||||
float: right |
|
||||||
margin: 10px |
|
||||||
&.last-child |
|
||||||
margin-right: 0 |
|
||||||
&.submit-changes |
|
||||||
@include button-color-basic |
|
||||||
&.toggle-priv-key |
|
||||||
@include button-color-basic(2) |
|
||||||
.secret-key-container |
|
||||||
text-align: left !important |
|
||||||
font-size: 1rem!important |
|
||||||
clear: both |
|
||||||
padding: 10px |
|
||||||
|
|
||||||
|
|
||||||
.label |
|
||||||
clear: both |
|
||||||
display: block |
|
||||||
float: left |
|
||||||
font-weight: 700 |
|
||||||
margin-right: 20px |
|
||||||
.secret-key |
|
||||||
@extend samp |
|
Loading…
Reference in new issue