This commit is contained in:
Mo Bitar
2016-12-26 01:11:40 -06:00
parent 3c2e6b37c3
commit e3ea390abd
15 changed files with 82 additions and 74 deletions

View File

@@ -84,8 +84,7 @@
display: inline-block;
a {
color: white;
// font-size: 12px;
color: black;
}
.public-link {

View File

@@ -60,6 +60,7 @@
.panel {
position: absolute;
right: 0px;
bottom: 20px;
min-width: 300px;
z-index: 1000;
margin-top: 15px;

View File

@@ -179,7 +179,9 @@ $section-header-height: 70px;
border-radius: 4px;
font-weight: normal;
text-align: center;
position: absolute;
right: 12px;
&:hover {
background-color: rgba(#e9e9e9, 0.8);
}

View File

@@ -19,8 +19,6 @@
margin-top: -6px;
background-color: #d7d7d7 !important;
float: right;
position: absolute;
right: 12px;
&:hover {
background-color: rgba(#d7d7d7, 0.8) !important;