Updated test views and routes for the new test attributes
This commit is contained in:
@ -3,6 +3,8 @@ $primary-color-highlight: lighten($primary-color, 10%);
|
||||
|
||||
$nav-height: 65px;
|
||||
|
||||
$textarea-min-height: 100px;
|
||||
|
||||
body{
|
||||
margin: 0;
|
||||
padding: $nav-height 0 0;
|
||||
@ -17,6 +19,12 @@ a{
|
||||
}
|
||||
}
|
||||
|
||||
textarea{
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: $textarea-min-height;
|
||||
}
|
||||
|
||||
#main-nav{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user