mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
border text class
This commit is contained in:
parent
293f381e4e
commit
c331fbd77e
3
app/assets/stylesheets/text.scss
Normal file
3
app/assets/stylesheets/text.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.bordered-text {
|
||||
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -2px black;
|
||||
}
|
||||
@ -6,7 +6,7 @@
|
||||
<div class="card hoverable" style="min-height: 330px;">
|
||||
<div class="card-image">
|
||||
<%= image_tag "card-headers/#{content_name.pluralize}.jpg", height: 300, width: 300 %>
|
||||
<span class="card-title">Create <%= content_name == "magic" ? 'magic' : content_name.pluralize %></span>
|
||||
<span class="card-title bordered-text">Create <%= content_name == "magic" ? 'magic' : content_name.pluralize %></span>
|
||||
</div>
|
||||
<div class="card-content fixed-card-content">
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user