==================
Content Containers
==================
Should be used for any content container to create uniform and smooth surfaces, with the same spaces and colors. The general class to start with is "evan-content".
.evan-content
=============
-------
Example
-------
::
{{ 'im-a-header' | translate }}
------------
View Example
------------
.. image:: ../../images/angular-sass/evan-content.png
:width: 600
.evan-full-content
==================
Use always 100% of width.
::
{{ 'im-a-header' | translate }}
.evan-small-content
===================
Use a small view with responsive sizes.
- min-width 993px : width 70%;
- min-width 1201px : width 60%;
- min-width 1501px : width 50%;
------------
View Example
------------
.. image:: ../../images/angular-sass/evan-small-content.png
:width: 600
.evan-mini-content
===================
Use a very small view with responsive sizes.
- min-width 1201px : width 40%;
--------------
evan-mini-left
--------------
Use a very small view with responsive sizes. Perfect in combination with evan-mini-content for a responsive 3 column layout.
- min-width 1201px : width 30%;
- position: fixed (used within dapp-wrapper)
- left: 0
---------------
evan-mini-right
---------------
Use a very small view with responsive sizes. Perfect in combination with evan-mini-content for a responsive 3 column layout.
- min-width 1201px : width 30%;
- position: fixed
- top: 56px (used within dapp-wrapper)
- right: 0
-------
Example
-------
::
1200">
Content left
1200">
Content center
1200">
Content right
------------
View Example
------------
- On big screens
.. image:: ../../images/angular-sass/evan-mini-content.png
:width: 600
- On small screens
.. image:: ../../images/angular-sass/evan-mini-content-mobile.png
:width: 600
.evan-twoline-content
=====================
Display two content containers next to each other using display inline-block. On small devices they will move one under another.
-------
Example
-------
::
left
right
.evan-threeline-content
=======================
Display three content containers next to each other using display inline-block. On small devices they will move one under another.
-------
Example
-------
::
left
center
right
.evan-info-button
=================
Display a button on the top right corner with the fixed size of 35px:35px.
-------
Example
-------
::
Custom botton positions
=======================
----------------
button.top-right
----------------
Display a button on the top right corner of the evan-content. Be sure, thath the evan-content element hash the "position:relative" style.
::
-------------------
button.bottom-right
-------------------
Display a button on the bottom right corner of the evan-content. Be sure, thath the evan-content element hash the "position:relative" style.
::
--------------------
button.bottom-center
--------------------
Display a button in the bottom center of the evan-content. Be sure, thath the evan-content element hash the "position:relative" style.
::
----------------
.evan-left-panel
----------------
Shows a small left panel for displaying a inner app navigation list.
::
{{ '...' | translate }}
-----------------
.evan-right-panel
-----------------
Shows a large panel for display content that was managed using the evan-left-panel
::