readd border on desktop
parent
b540ad6758
commit
75467649e9
|
@ -40,7 +40,7 @@ $j(document).ready(function() {
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="registration">
|
<div class="registration">
|
||||||
<div class="registration-content">
|
<div class="registration-content login-border">
|
||||||
{% block doccontent %}
|
{% block doccontent %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
@import "variables.scss";
|
@import "variables";
|
||||||
|
@import "settings";
|
||||||
|
@import "foundation";
|
||||||
|
|
||||||
.registration {
|
.registration {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -54,20 +56,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#login {
|
@include breakpoint(medium) {
|
||||||
|
.login-border {
|
||||||
border: solid 3px $blue-grey;
|
border: solid 3px $blue-grey;
|
||||||
@include one-border-radius(5px);
|
@include one-border-radius(5px);
|
||||||
margin: 10px auto;
|
padding: 14px;
|
||||||
float: none;
|
|
||||||
padding: 10px;
|
|
||||||
width: 50%;
|
|
||||||
|
|
||||||
|
|
||||||
input[type="text"], input[type="password"] {
|
|
||||||
width: 90%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.actionbutton {
|
.actionbutton {
|
||||||
@include actionbuttons;
|
@include actionbuttons;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue