change the style of board creation modal

pull/8715/head
bsatarnejad 4 years ago
parent 81e6c54a5a
commit 518738e017
  1. 4
      frontend/src/app/modules/boards/tile-view/tile-view.component.html
  2. 9
      frontend/src/app/modules/boards/tile-view/tile-view.component.sass
  3. 12
      modules/boards/config/locales/js-en.yml

@ -1,11 +1,11 @@
<div class="tile-blocks--container">
<div class="tile-block button row"
<div class="tile-block button"
[disabled]="disabled()"
(accessibleClick)="created(tile.attribute)"
*ngFor="let tile of tiles">
<img [src]="tile.image" class="tile-block-image"/>
<div>
<span class="tile-block-title">{{ tile.text | titlecase}}</span>
<span class="tile-block-title">{{ tile.text }}</span>
<p class="tile-block-description" [textContent]="tile.description"></p>
</div>
</div>

@ -15,6 +15,7 @@
grid-row-gap: 5px
justify-items: left
background: #f7fafc
min-height: 150px
&:hover
text-decoration: none
@ -22,15 +23,19 @@
border-radius: 10px !important
cursor: pointer
.tile-block--icon
font-size: 50px
.tile-block-image
display: block
margin-top: auto
margin-bottom: auto
.tile-block-title
padding-top: 30px
padding-bottom: 5px
color: var(--primary-color-dark)
display: block
text-align: left
font-weight: bolder
font-size: large
.tile-block p
text-align: left

@ -36,7 +36,7 @@ en:
click_to_remove_list: "Click to remove this list"
board_type:
text: 'Board type'
free: 'basic'
free: 'Basic'
select_board_type: 'Please choose the type of board you need.'
free_text: >
Start from scratch with a blank board.
@ -61,11 +61,11 @@ en:
Board with automated columns based on the version attribute.
Ideal for planning software releases.
action_type:
assignee: assignee
status: status
version: version
subproject: subproject
subtasks: Parent Child
assignee: Assignee
status: Status
version: Version
subproject: Subproject
subtasks: Parent-Child
select_attribute: "Action attribute"
add_list_modal:

Loading…
Cancel
Save