Demo cosmetics on flexgrid
parent
18ea7da768
commit
73f3ed9dde
|
@ -419,13 +419,13 @@ body {
|
|||
|
||||
a {
|
||||
border-radius: 3px;
|
||||
background-color: #b2ddea;
|
||||
color: #00475d;
|
||||
background-color: #2f4860;
|
||||
color: #ffffff;
|
||||
padding: 2px 4px;
|
||||
@include transition(background-color .2s);
|
||||
|
||||
&:hover {
|
||||
background-color: #d8eef4;
|
||||
background-color: #536e8b;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<div>
|
||||
<div class="content-section introduction">
|
||||
<div class="feature-intro">
|
||||
<h1>InputText</h1>
|
||||
<h1>FlexGrid</h1>
|
||||
<p>Flex Grid CSS is a lightweight flex based responsive layout utility optimized for mobile phones, tablets and desktops.
|
||||
Flex Grid CSS is not included in PrimeReact as it is provided by <a href="https://github.com/primefaces/primeflex">PrimeFlex</a>, a shared grid library between PrimeFaces, PrimeNG, PrimeReact and PrimeVue projects.</p>
|
||||
Flex Grid CSS is not included in PrimeReact as it is provided by <a href="https://github.com/primefaces/primeflex">PrimeFlex</a> , a shared grid library between PrimeFaces, PrimeNG, PrimeReact and PrimeVue projects.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -444,7 +444,7 @@ export default {
|
|||
.flexgrid-demo {
|
||||
.box,
|
||||
.sample-layout > div {
|
||||
background-color: #cce4f7;
|
||||
background-color: #f1f1f1;
|
||||
text-align: center;
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
|
@ -466,7 +466,7 @@ export default {
|
|||
.vertical-container {
|
||||
margin: 0;
|
||||
height: 200px;
|
||||
background: #efefef;
|
||||
background: #f1f1f1;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue