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

Small css cleanup and ui dev kit improvements

parent 1519553b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,7 +22,6 @@
position: relative;
background: $background-color;
border-bottom: 1px solid $border-color;
text-shadow: 0 1px 1px #fff;
margin: 0;
text-align: left;
padding: 10px 15px;
Loading
Loading
Loading
Loading
@@ -72,13 +72,6 @@
}
}
 
ol, ul {
&.styled {
li {
padding: 2px;
}
}
}
 
/** light list with border-bottom between li **/
ul.bordered-list {
Loading
Loading
.gitlab-ui-dev-kit {
> h2 {
font-size: 27px;
border-bottom: 1px solid #CCC;
color: #666;
margin: 30px 0;
margin: 35px 0 20px;
font-weight: bold;
}
}
Loading
Loading
@@ -31,7 +31,7 @@
 
%h2#blocks Blocks
 
%h3
%h4
%code .gray-content-block
 
.gray-content-block.middle-block
Loading
Loading
@@ -43,9 +43,9 @@
= lorem
 
 
%h3
%h4
%code .cover-block
%br
.cover-block
.avatar-holder
= image_tag avatar_icon('admin@example.com', 90), class: "avatar s90", alt: ''
Loading
Loading
@@ -64,7 +64,7 @@
 
%h2#lists Lists
 
%h3
%h4
%code .content-list
%ul.content-list
%li
Loading
Loading
@@ -74,7 +74,7 @@
%li
One item
 
%h3
%h4
%code .well-list
%ul.well-list
%li
Loading
Loading
@@ -84,7 +84,7 @@
%li
One item
 
%h3
%h4
%code .panel .well-list
 
.panel.panel-default
Loading
Loading
@@ -97,7 +97,7 @@
%li
One item
 
%h3
%h4
%code .bordered-list
%ul.bordered-list
%li
Loading
Loading
@@ -138,7 +138,7 @@
 
%h2#navs Navigation
 
%h3
%h4
%code .center-top-menu
.example
%ul.center-top-menu
Loading
Loading
@@ -147,7 +147,7 @@
%li
%a Closed
 
%h3
%h4
%code .btn-group.btn-group-next
.example
%div.btn-group.btn-group-next
Loading
Loading
@@ -155,7 +155,7 @@
%a.btn Closed
 
 
%h3
%h4
%code .nav.nav-tabs
.example
%ul.nav.nav-tabs
Loading
Loading
@@ -221,7 +221,7 @@
 
%h2#forms Forms
 
%h3
%h4
%code form.horizontal-form
 
%form.form-horizontal
Loading
Loading
@@ -243,7 +243,7 @@
.col-sm-offset-2.col-sm-10
%button.btn.btn-default{:type => "submit"} Sign in
 
%h3
%h4
%code form
 
%form
Loading
Loading
@@ -260,7 +260,7 @@
%button.btn.btn-default{:type => "submit"} Sign in
 
%h2#file File
%h3
%h4
%code .file-holder
 
- blob = Snippet.new(content: "Wow\nSuch\nFile")
Loading
Loading
@@ -271,12 +271,12 @@
.file-actions
.btn-group
%a.btn Edit
%a.btn Remove
%a.btn.btn-danger Remove
.file-contenta.code
= render 'shared/file_highlight', blob: blob
 
%h2#markdown Markdown
%h3
%h4
%code .md or .wiki and others
 
Markdown rendering has a bit different css and presented in next UI elements:
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