forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
36
botanjs/src/Astro/Common/Element/Footer.css
Normal file
36
botanjs/src/Astro/Common/Element/Footer.css
Normal file
@@ -0,0 +1,36 @@
|
||||
footer {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer_bg {
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.flink_section {
|
||||
font-family: custom-sans;
|
||||
float: left;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.flink_section > span {
|
||||
font-size: 1.5em;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.flink_section > a {
|
||||
font-size: 1em;
|
||||
color: #999;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.copysign {
|
||||
clear: both;
|
||||
color: white;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.copysign > a {
|
||||
color: #BBB;
|
||||
}
|
1
botanjs/src/Astro/Common/Element/Footer.js
Normal file
1
botanjs/src/Astro/Common/Element/Footer.js
Normal file
@@ -0,0 +1 @@
|
||||
// __namespace( "Astro.Common.Element.Footer" );
|
Reference in New Issue
Block a user