Skip to content
Snippets Groups Projects
Verified Commit 1519553b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add cover-block to UI framework

parent 09e712c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,8 +34,6 @@
%h3
%code .gray-content-block
 
.gray-content-block.middle-block
%h4 Normal block inside content
= lorem
Loading
Loading
@@ -45,6 +43,25 @@
= lorem
 
 
%h3
%code .cover-block
.cover-block
.avatar-holder
= image_tag avatar_icon('admin@example.com', 90), class: "avatar s90", alt: ''
.cover-title
John Smith
.cover-desc
= lorem
.cover-controls
= link_to '#', class: 'btn btn-gray' do
= icon('pencil')
 
= link_to '#', class: 'btn btn-gray' do
= icon('rss')
%h2#lists Lists
 
%h3
Loading
Loading
@@ -258,7 +275,6 @@
.file-contenta.code
= render 'shared/file_highlight', blob: blob
 
%h2#markdown Markdown
%h3
%code .md or .wiki and others
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment