Button (page action) styling
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
@import "nav.less";
|
||||
@import "header-footer.less";
|
||||
@import "update-order.less";
|
||||
@import "buttons.less";
|
||||
|
||||
body {
|
||||
color: #fff;
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
.run-nav {
|
||||
box-shadow: 5px 5px 10px #222;
|
||||
.run-nav-btn {
|
||||
font-size: 24px;
|
||||
border-radius: 0;
|
||||
text-align: center;
|
||||
background-color: darkolivegreen;
|
||||
color: white;
|
||||
margin-right: 1px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,21 @@
|
||||
.page-actions {
|
||||
float: right;
|
||||
padding: 30px 0;
|
||||
|
||||
.run-actions {
|
||||
box-shadow: 2px 2px 8px black;
|
||||
.run-actions-btn {
|
||||
font-size: 24px;
|
||||
border-radius: 0;
|
||||
text-align: center;
|
||||
background-color: darkolivegreen;
|
||||
color: white;
|
||||
margin-right: 2px;
|
||||
padding: 5px 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
}
|
||||
|
||||
}
|
||||
.run-show-run-nav a.back-to-run {
|
||||
.run-show-actions a.back-to-run {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user