|
@@ -932,3 +932,44 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+/**********************/
|
|
|
+/* EXODE URABAIN SPEC */
|
|
|
+/**********************/
|
|
|
+.programme-878{
|
|
|
+ .body{
|
|
|
+ overflow: auto !important;
|
|
|
+ height: auto !important;
|
|
|
+ footer{
|
|
|
+ display:none;
|
|
|
+ }
|
|
|
+ &:after{
|
|
|
+ display:none;
|
|
|
+ }
|
|
|
+
|
|
|
+ //button
|
|
|
+ p:last-of-type{
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .ext{
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #000;
|
|
|
+ color: #fff;
|
|
|
+ font-family: trueno;
|
|
|
+ font-weight: 500;
|
|
|
+ padding: .3rem .7rem;
|
|
|
+ font-size: .45rem;
|
|
|
+ text-decoration: none;
|
|
|
+ text-transform: uppercase;
|
|
|
+ svg{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:hover{
|
|
|
+ color: #000;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+}
|