Skip to content

Commit

Permalink
adding responzivity
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Jun 7, 2021
1 parent ceb65fe commit 726b28b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>Custom theme for the ownCloud@CESNET server.</description>
<licence>AGPL</licence>
<author>Miroslav Bauer @ CESNET</author>
<version>2.0.0a15</version>
<version>2.0.0a16</version>
<types>
<theme/>
</types>
Expand Down
1 change: 1 addition & 0 deletions build/sass/bulma.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
@import "../node_modules/bulma/sass/grid/columns.sass";
@import "../node_modules/bulma/sass/helpers/typography.sass";
@import "../node_modules/bulma/sass/helpers/spacing.sass";
@import "../node_modules/bulma/sass/helpers/visibility.sass";

4 changes: 4 additions & 0 deletions core/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ button.primary:focus,
background-color: #005e93 !important;
}

.hero-body {
overflow: hidden;
}

.message-body {
border-color: white !important;
color: white !important;
Expand Down
2 changes: 1 addition & 1 deletion core/templates/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</fieldset>
</form>
</div>
<div class="column mr-6">
<div class="column is-hidden-touch mr-6">
<div class="tile"
<!-- Hero Cubes: https://codepen.io/jonambas/pen/OPqbzx-->
<div class="layer bottom">
Expand Down

0 comments on commit 726b28b

Please sign in to comment.