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