Compare commits
No commits in common. "86f7d9d162337e1893faf00b2cdb09913e251368" and "f66e1fd99d4400c6a1c98d015ad57dd5c9dcfb4a" have entirely different histories.
86f7d9d162
...
f66e1fd99d
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,3 @@
|
|||
button {
|
||||
@extend .button;
|
||||
}
|
||||
button,.button {
|
||||
&.small{
|
||||
padding: $global-padding*0.5 $global-padding*1.5;
|
||||
|
@ -61,6 +58,3 @@ button,.button {
|
|||
border: none;
|
||||
}
|
||||
}
|
||||
.end_of_page_button {
|
||||
@extend .button.small;
|
||||
}
|
||||
|
|
|
@ -79,12 +79,6 @@ body:not(.browse) #content {
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
// vertical spacing for bloc elements
|
||||
//
|
||||
.archive-item-block {
|
||||
margin-bottom: $global-margin * 1;
|
||||
}
|
||||
|
||||
/* Styles for vertical menu layout */
|
||||
|
||||
body.vertical-menu {
|
||||
|
|
Loading…
Reference in New Issue