reworking content
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
49
landing/docs/.recycle/assets/styling (copy 1).css
Normal file
49
landing/docs/.recycle/assets/styling (copy 1).css
Normal file
@@ -0,0 +1,49 @@
|
||||
ul.nav.navbar-nav.ml-auto {
|
||||
|
||||
background: purple;
|
||||
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
div p a {
|
||||
background: #FF4742;
|
||||
border: 1px solid #FF4742;
|
||||
border-radius: 6px;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
|
||||
box-sizing: border-box;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 800;
|
||||
line-height: 16px;
|
||||
min-height: 40px;
|
||||
outline: 0;
|
||||
padding: 12px 14px;
|
||||
text-align: center;
|
||||
text-rendering: geometricprecision;
|
||||
text-transform: none;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
touch-action: manipulation;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
p a:hover,
|
||||
p a:active {
|
||||
|
||||
background-color: initial;
|
||||
|
||||
background-position: 0 0;
|
||||
|
||||
color: #FF4742;
|
||||
|
||||
}
|
||||
|
||||
p a:active {
|
||||
|
||||
opacity: .5;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user