File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
bootstrap3/scss/invenio_theme
semantic-ui/scss/invenio_theme Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ body.cover-page {
47
47
.panel-footer {
48
48
padding-left : $cover-panel-padding ;
49
49
padding-right : $cover-panel-padding ;
50
- padding-top : $cover-panel-padding / 2 ;
51
- padding-bottom : $cover-panel-padding / 2 ;
52
- border-bottom-left-radius : $border-radius-large * 2 ;
53
- border-bottom-right-radius : $border-radius-large * 2 ;
50
+ padding-top : calc ( $cover-panel-padding / 2 ) ;
51
+ padding-bottom : calc ( $cover-panel-padding / 2 ) ;
52
+ border-bottom-left-radius : calc ( $border-radius-large * 2 ) ;
53
+ border-bottom-right-radius : calc ( $border-radius-large * 2 ) ;
54
54
background-color : $cover-panel-footer-bg ;
55
55
}
56
56
.panel-container a .text-muted {
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
header .alert {
10
- margin-top : - $line-height-computed ;
10
+ margin-top : calc ( -1 * $line-height-computed ) ;
11
11
border-radius : 0px ;
12
12
}
13
13
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
// Setting the path to fonts files.
10
- $icon-font-path : " ~bootstrap-sass/assets/fonts/bootstrap/" ;
11
- $fa-font-path : " ~font-awesome/fonts" ;
10
+ // double slash for escaping, single slash is interpreted as division
11
+ $icon-font-path : " ~bootstrap-sass//assets//fonts//bootstrap//" ;
12
+ $fa-font-path : " ~font-awesome//fonts" ;
12
13
13
14
@import " ~bootstrap-sass/assets/stylesheets/_bootstrap" ;
14
15
@import " ~font-awesome/scss/font-awesome" ;
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
header .alert {
10
- margin-top : - $line-height-computed ;
10
+ margin-top : calc ( -1 * $line-height-computed ) ;
11
11
border-radius : 0px ;
12
12
}
13
13
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
// Setting the path to fonts files.
10
- $icon-font-path : " ~bootstrap-sass/assets/fonts/bootstrap/" ;
11
- $fa-font-path : " ~font-awesome/fonts" ;
10
+ // double slash for escaping, single slash is interpreted as division
11
+ $icon-font-path : " ~bootstrap-sass//assets//fonts//bootstrap//" ;
12
+ $fa-font-path : " ~font-awesome//fonts" ;
12
13
13
14
@import " ~bootstrap-sass/assets/stylesheets/_bootstrap" ;
14
15
@import " ~font-awesome/scss/font-awesome" ;
You can’t perform that action at this time.
0 commit comments