Skip to content

Commit

Permalink
fix(modal): fix close button
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Feb 15, 2016
1 parent eb1d079 commit 3a30462
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/sass/app/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@
}
.modal-header {
border: none;
.close{
margin-top: -5px;
}
}
.modal-footer {
border: none;
padding-top: 0;
}
.sn-link-close {
color: #949494;
font-size: 30px;
&:hover {
color: $danger;
}
Expand Down
4 changes: 2 additions & 2 deletions src/sass/app/_profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ a.sn-link {
}
}

.sn-link-close {
.connected .sn-link-close {
position: absolute;
top: 0;
top: 1px;
right: 0;
width: 45px;
line-height: 45px;
Expand Down
1 change: 1 addition & 0 deletions src/sass/theme/dashboard/_todo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ body.badmin-transparent {
}
label.todo-checkbox > span {
&:before {
position: absolute;
color: white;
content: '\f10c';
float: none;
Expand Down

0 comments on commit 3a30462

Please sign in to comment.