Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions administrator/templates/atum/scss/blocks/_layout.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.page-link {
&.active {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line should be indented 2 spaces, but was indented 4 spaces

padding: 0;
&.current {
padding: .5rem .75rem;
color: #999;
background-color: #dee2e6;
}
a {
padding: .5rem .75rem;
line-height: 2.25;
}
}
&.disabled {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line should be indented 2 spaces, but was indented 4 spaces

color: #999;
&:hover {
background: transparent;
}
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Files should end with a trailing newline
Line contains trailing whitespace