Merge pull request #30 from Ontraport/ONTRA-10925
Adding a new file for v1 templates
This commit is contained in:
commit
b832d6efda
23
css/v1skeleton.ontraport.css
Normal file
23
css/v1skeleton.ontraport.css
Normal file
@ -0,0 +1,23 @@
|
||||
/* ====================================================================================================================
|
||||
@brief ONTRAPORT's skeleton extension file for V1 Templates
|
||||
===================================================================================================================== */
|
||||
|
||||
/* =====================================================================================================================
|
||||
Fonts
|
||||
===================================================================================================================== */
|
||||
|
||||
.opt-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.opt-bold.opt-bold.opt-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.opt-italic.opt-italic.opt-italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.opt-underline.opt-underline.opt-underline {
|
||||
text-decoration: underline;
|
||||
}
|
Loading…
Reference in New Issue
Block a user