Remove open source announcement box (#534)
This commit is contained in:
parent
67c04d9bc2
commit
0bc9a8d306
2 changed files with 0 additions and 31 deletions
|
|
@ -47,32 +47,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.primary-sticky-nav-countdown{
|
||||
text-align: center;
|
||||
padding-top: 15px !important;
|
||||
padding-bottom: 20px !important;
|
||||
img{
|
||||
width:100%;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.primary-sticky-nav-countdown-timer-element{
|
||||
padding: 14px 2px;
|
||||
height: 30px;
|
||||
font-size:1.5em;
|
||||
background: $yellow;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.primary-sticky-nav-countdown-headline{
|
||||
font-size:1.33em;
|
||||
font-family: $helvetica-condensed;
|
||||
padding: 16px 2px 3px;
|
||||
}
|
||||
a{
|
||||
display: block;
|
||||
padding: 10px 0px 0px;
|
||||
color: $bold-blue;
|
||||
}
|
||||
}
|
||||
.primary-sticky-nav-profile-image{
|
||||
height: 23px;
|
||||
width: 23px;
|
||||
|
|
|
|||
|
|
@ -25,11 +25,6 @@
|
|||
</style>
|
||||
|
||||
<div class="primary-sticky-nav">
|
||||
<div class="primary-sticky-nav-element primary-sticky-nav-countdown">
|
||||
<div class="primary-sticky-nav-countdown-headline" id="countdown-headline">dev.to is now open source!</div>
|
||||
<a href="https://dev.to/ben/devto-is-now-open-source-5n1">View Announcement Post</a>
|
||||
<a href="https://github.com/thepracticaldev/dev.to" target="_blank" rel="noopener" style="margin-bottom: 11px">View GitHub Repo</a>
|
||||
</div>
|
||||
<div class="primary-sticky-nav-element primary-sticky-nav-author">
|
||||
<a href="<%= @actor.path %>"><img src="<%= ProfileImage.new(@actor).get(90) %>" class="primary-sticky-nav-author-top-profile-image" /></a>
|
||||
<span class="primary-sticky-nav-author-name">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue