File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <description >Custom theme for the ownCloud@CESNET server.</description >
66 <licence >AGPL</licence >
77 <author >Miroslav Bauer @ CESNET</author >
8- <version >2.0.0a15 </version >
8+ <version >2.0.0a16 </version >
99 <types >
1010 <theme />
1111 </types >
Original file line number Diff line number Diff line change 1515@import " ../node_modules/bulma/sass/grid/columns.sass" ;
1616@import " ../node_modules/bulma/sass/helpers/typography.sass" ;
1717@import " ../node_modules/bulma/sass/helpers/spacing.sass" ;
18+ @import " ../node_modules/bulma/sass/helpers/visibility.sass" ;
1819
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ button.primary:focus,
113113 background-color : # 005e93 !important ;
114114}
115115
116+ .hero-body {
117+ overflow : hidden;
118+ }
119+
116120.message-body {
117121 border-color : white !important ;
118122 color : white !important ;
Original file line number Diff line number Diff line change 9292 </fieldset>
9393 </form>
9494 </div>
95- <div class="column mr-6">
95+ <div class="column is-hidden-touch mr-6">
9696 <div class="tile"
9797 <!-- Hero Cubes: https://codepen.io/jonambas/pen/OPqbzx-->
9898 <div class="layer bottom">
You can’t perform that action at this time.
0 commit comments