mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
feat(core): update and cleanup default theme for upcoming 0.9.6 release #307
This commit is contained in:
@@ -30,7 +30,7 @@ img {
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
color: black;
|
||||
|
||||
&:hover {
|
||||
|
@@ -7,10 +7,11 @@
|
||||
padding-bottom: 30px;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
color: #ccc;
|
||||
font-size: 12px;
|
||||
opacity: .7;
|
||||
|
||||
> a {
|
||||
color: #ccc;
|
||||
opacity: .7;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
@@ -9,6 +9,19 @@
|
||||
.navbar-brand {
|
||||
letter-spacing: 3px;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-light {
|
||||
.navbar-nav {
|
||||
.nav-link {
|
||||
text-decoration: none;
|
||||
color: rgba(0,0,0,.5);
|
||||
padding: 15px 25px;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:focus,
|
||||
@@ -23,10 +36,3 @@
|
||||
color: rgba(0,0,0,1);
|
||||
border-bottom: 2px solid #000;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
color: rgba(0,0,0,.5);
|
||||
padding: 15px 25px;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Default",
|
||||
"version": "1.0.0",
|
||||
"version": "0.9.5",
|
||||
"devDependencies": {
|
||||
"bootstrap": "^4.3.1",
|
||||
"del": "^5.0.0",
|
||||
|
Reference in New Issue
Block a user