pollished team index
This commit is contained in:
parent
863e5eb7d6
commit
8aa5076d68
2 changed files with 16 additions and 13 deletions
|
@ -9,6 +9,14 @@ a {
|
|||
&.btn {
|
||||
color: $style_color;
|
||||
}
|
||||
|
||||
&.dark {
|
||||
color: $style_color;
|
||||
}
|
||||
|
||||
&.lined {
|
||||
text-decoration:underlined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -32,6 +40,10 @@ a:focus {
|
|||
color: $link_color !important;
|
||||
}
|
||||
|
||||
.dlink {
|
||||
|
||||
}
|
||||
|
||||
.pills a:hover {
|
||||
background-color:#ccc;
|
||||
}
|
||||
|
@ -700,12 +712,6 @@ input.git_clone_url {
|
|||
width:475px;
|
||||
}
|
||||
|
||||
.team_member_row {
|
||||
img {
|
||||
width:60px;
|
||||
}
|
||||
}
|
||||
|
||||
.merge-request-form-holder {
|
||||
select {
|
||||
width:300px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue